]> git.baikalelectronics.ru Git - kernel.git/commit
x86, um: get rid of system.h -> system.h include
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 18 Aug 2008 07:25:24 +0000 (03:25 -0400)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 23 Oct 2008 05:55:21 +0000 (22:55 -0700)
commit8a0a3cf0cf2b43c730804e6a18b15526b0cd274a
treef47080809d4b67f709667f387eb1e4bd7841ce18
parentc5cebef5d8697128f5f8f9256352a0a617c0478d
x86, um: get rid of system.h -> system.h include

Long-term we want to split system.h and include barriers part from
underlying target; for now copy that part to sysdep.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/um/Makefile
arch/um/include/asm/system-generic.h [deleted file]
arch/um/include/asm/system-i386.h [deleted file]
arch/um/include/asm/system-ppc.h [deleted file]
arch/um/include/asm/system-x86_64.h [deleted file]
arch/um/include/asm/system.h [new file with mode: 0644]
arch/um/include/shared/sysdep-i386/system.h [new file with mode: 0644]
arch/um/include/shared/sysdep-x86_64/system.h [new file with mode: 0644]