summaryrefslogtreecommitdiff
path: root/corking.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2016-08-09 12:09:23 +0200
committerTobias Klauser <tklauser@distanz.ch>2016-08-09 13:56:10 +0200
commit48178cd649b48196e16e0481ca44dea206fe04d4 (patch)
tree314f976af644cffe639c8c8655dbe294cac7481b /corking.c
parent7c14a23050eed1575a696dd77c4d5d845eab22c9 (diff)
trafgen: proto: Store registered protocols in an array
Protocols are registered early at startup and aren't changed at runtime. In order to speed up lookup while parsing, store the pointers to the protocol definitions (struct proto_hdr) in an array, indexed by protocol id rather than in a linked list. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'corking.c')
0 files changed, 0 insertions, 0 deletions
b276b4000b307339f269d3bf7db877d536f'>diff)
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Pull sparc fixes from David Miller: "Several small bug fixes and tidies, along with a fix for non-resumable memory errors triggered by userspace" * git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc: sparc64: Handle PIO & MEM non-resumable errors. sparc64: Zero pages on allocation for mondo and error queues. sparc: Fixed typo in sstate.c. Replaced panicing with panicking sparc: use symbolic names for tsb indexing
Diffstat (limited to 'sound/isa/opti9xx')