diff options
| author | Arnaldo Carvalho de Melo <acme@conectiva.com.br> | 2002-08-06 18:13:12 -0300 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <acme@conectiva.com.br> | 2002-08-06 18:13:12 -0300 |
| commit | 913bd2b662300ad0e9e6770cce3e2c8fb4a0049f (patch) | |
| tree | 4c9022cc77e9712e4b31799b3b3a4a4dfbd361ae /include/linux/brlock.h | |
| parent | c4265b8bf4e092400185b8edd38243bbfe2dcee6 (diff) | |
make psnap and p8022 use the new LLC stack
. kill BR_LLC_LOCK, not needed anymore
. kill net/core/ext8022.c, not needed anymore as all
UI 802.2 protocols now use the new LLC stack
. use struct list_head in datalink_proto (only needed by psnap)
. make IPX and Appletalk use datalink_proto->request
. make CONFIG_ATALK and CONFIG_IPX dependent on CONFIG_LLC
. fix __FUNCTION__ usage in LLC
Diffstat (limited to 'include/linux/brlock.h')
| -rw-r--r-- | include/linux/brlock.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/brlock.h b/include/linux/brlock.h index 21fa28afa79a..db27bc1830d0 100644 --- a/include/linux/brlock.h +++ b/include/linux/brlock.h @@ -29,13 +29,11 @@ * compare-and-swap cpus (Sparc64). So we control which * implementation to use with a __BRLOCK_USE_ATOMICS define. -DaveM * - * Added BR_LLC_LOCK for use in net/core/ext8022.c -acme */ /* Register bigreader lock indices here. */ enum brlock_indices { BR_NETPROTO_LOCK, - BR_LLC_LOCK, __BR_END }; |
