um: take arch/um/sys-x86 to arch/x86/um
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:

zatwierdzone przez
Richard Weinberger

rodzic
7bbe7204e9
commit
5c48b108ec
15
arch/x86/um/asm/processor.h
Normal file
15
arch/x86/um/asm/processor.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef __UM_PROCESSOR_H
|
||||
#define __UM_PROCESSOR_H
|
||||
|
||||
/* include faultinfo structure */
|
||||
#include <sysdep/faultinfo.h>
|
||||
|
||||
#ifdef CONFIG_X86_32
|
||||
# include "processor_32.h"
|
||||
#else
|
||||
# include "processor_64.h"
|
||||
#endif
|
||||
|
||||
#include <asm/processor-generic.h>
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user