summaryrefslogtreecommitdiff
path: root/include/asm-x86/byteorder.h
Commit message (Collapse)AuthorAgeFilesLines
* include/asm-x86/byteorder.h: checkpatch cleanups - formatting onlyJoe Perches2008-04-171-15/+24
| | | | | Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
* x86: fix asm-x86/byteorder.h for userspace exportMike Frysinger2008-01-011-2/+2
| | | | | | | | | Since asm-x86/byteorder.h is exported to userspace, use __asm__ rather than asm in its code. Signed-Off-By: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
* x86: merge byteorder_32/64.hThomas Gleixner2007-10-231-11/+70
| | | | | Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
* i386/x86_64: move headers to include/asm-x86Thomas Gleixner2007-10-111-0/+13
Move the headers to include/asm-x86 and fixup the header install make rules Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>