mirror of
https://github.com/adulau/aha.git
synced 2025-01-05 15:43:22 +00:00
4564f9e5fd
The line discipline numbers N_* are currently defined for each architecture individually, but (except for a seeming mistake) identically, in asm/termios.h. There is no obvious reason why these numbers should be architecture specific, nor any apparent relationship with the termios structure. The total number of these, NR_LDISCS, is defined in linux/tty.h anyway. So I propose the following patch which moves the definitions of the individual line disciplines to linux/tty.h too. Three of these numbers (N_MASC, N_PROFIBUS_FDL, and N_SMSBLOCK) are unused in the current kernel, but the patch still keeps the complete set in case there are plans to use them yet. Signed-off-by: Tilman Schmidt <tilman@imap.cc> Cc: <linux-arch@vger.kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> |
||
---|---|---|
.. | ||
apc.c | ||
asm-offsets.c | ||
auxio.c | ||
cpu.c | ||
devices.c | ||
ebus.c | ||
entry.S | ||
errtbls.c | ||
etrap.S | ||
head.S | ||
idprom.c | ||
init_task.c | ||
ioport.c | ||
irq.c | ||
led.c | ||
Makefile | ||
module.c | ||
muldiv.c | ||
of_device.c | ||
pcic.c | ||
pmc.c | ||
process.c | ||
prom.c | ||
ptrace.c | ||
rtrap.S | ||
sclow.S | ||
semaphore.c | ||
setup.c | ||
signal.c | ||
smp.c | ||
sparc-stub.c | ||
sparc_ksyms.c | ||
sun4c_irq.c | ||
sun4d_irq.c | ||
sun4d_smp.c | ||
sun4m_irq.c | ||
sun4m_smp.c | ||
sun4setup.c | ||
sunos_asm.S | ||
sunos_ioctl.c | ||
sys_solaris.c | ||
sys_sparc.c | ||
sys_sunos.c | ||
systbls.S | ||
tadpole.c | ||
tick14.c | ||
time.c | ||
trampoline.S | ||
traps.c | ||
unaligned.c | ||
vmlinux.lds.S | ||
windows.c | ||
wof.S | ||
wuf.S |