x86: move exports to actual definitions
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
このコミットが含まれているのは:
@@ -1,6 +1,7 @@
|
||||
#include <linux/linkage.h>
|
||||
#include <asm/cpufeatures.h>
|
||||
#include <asm/alternative-asm.h>
|
||||
#include <asm/export.h>
|
||||
|
||||
/*
|
||||
* Most CPUs support enhanced REP MOVSB/STOSB instructions. It is
|
||||
@@ -23,6 +24,7 @@ ENTRY(clear_page)
|
||||
rep stosq
|
||||
ret
|
||||
ENDPROC(clear_page)
|
||||
EXPORT_SYMBOL(clear_page)
|
||||
|
||||
ENTRY(clear_page_orig)
|
||||
|
||||
|
新しいイシューから参照
ユーザーをブロックする