Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PATCH] consolidate line discipline number definitions | Tilman Schmidt | 2007-02-11 | 1 | -18/+0 |
| | | | | | | | | | | | | | | | | | | | 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> | ||||
* | powerpc: use asm-generic/termios.h | Stephen Rothwell | 2005-11-01 | 1 | -33/+1 |
| | | | | Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> | ||||
* | powerpc: remove duplicate ioctl definitions | Stephen Rothwell | 2005-11-01 | 1 | -101/+0 |
| | | | | Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> | ||||
* | [PATCH] powerpc: Standardize on _ASM_POWERPC header symbol prefix | jdl@freescale.com | 2005-09-09 | 1 | -3/+3 |
| | | | | | | | | | Standardize on _ASM_POWERPC_... prefix for all #include exclusion symbols. Fixup all the non-compilers. Signed-off-by: Jon Loeliger <jdl@freescale.com> Signed-off-by: Kumar Gala <kumar.gala@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org> | ||||
* | [PATCH] Move 3 more headers to asm-powerpc | Becky Bruce | 2005-09-06 | 1 | -0/+236 |
Merged several nearly-identical header files from asm-ppc and asm-ppc64 into asm-powerpc. Signed-off-by: Kumar Gala <kumar.gala@freescale.com> Signed-off-by: Becky Bruce <becky.bruce@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org> |