ldump2mcdump: move PAGE_SHIFT to arch-dependent includes
Change-Id: I42e49db87e375f2dc094926e21dfc00e50484855 Fujitsu: POSTK_DEBUG_ARCH_DEP_94
This commit is contained in:
8
executer/user/arch/x86_64/include/arch-ldump2mcdump.h
Normal file
8
executer/user/arch/x86_64/include/arch-ldump2mcdump.h
Normal file
@ -0,0 +1,8 @@
|
||||
/* arch-ldump2mcdump.h COPYRIGHT FUJITSU LIMITED 2017 */
|
||||
#ifndef HEADER_USER_X86_64_LDUMP2MCDUMP_H
|
||||
#define HEADER_USER_X86_64_LDUMP2MCDUMP_H
|
||||
|
||||
#define PAGE_SHIFT 12
|
||||
#define LARGE_PAGE_SHIFT 21
|
||||
|
||||
#endif /* HEADER_USER_X86_64_LDUMP2MCDUMP_H */
|
||||
Reference in New Issue
Block a user