mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-25 00:52:45 -04:00
ppc: move exports to definitions
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include <asm/ppc_asm.h>
|
||||
#include <asm/processor.h>
|
||||
#include <asm/bug.h>
|
||||
#include <asm/export.h>
|
||||
|
||||
#define DCR_ACCESS_PROLOG(table) \
|
||||
cmpli cr0,r3,1024; \
|
||||
@@ -28,9 +29,11 @@
|
||||
|
||||
_GLOBAL(__mfdcr)
|
||||
DCR_ACCESS_PROLOG(__mfdcr_table)
|
||||
EXPORT_SYMBOL(__mfdcr)
|
||||
|
||||
_GLOBAL(__mtdcr)
|
||||
DCR_ACCESS_PROLOG(__mtdcr_table)
|
||||
EXPORT_SYMBOL(__mtdcr)
|
||||
|
||||
__mfdcr_table:
|
||||
mfdcr r3,0; blr
|
||||
|
||||
Reference in New Issue
Block a user