sparc: move exports to definitions
Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#include <asm/thread_info.h> /* TI_UWINMASK */
|
||||
#include <asm/errno.h>
|
||||
#include <asm/pgtsrmmu.h> /* SRMMU_PGDIR_SHIFT */
|
||||
#include <asm/export.h>
|
||||
|
||||
.data
|
||||
/* The following are used with the prom_vector node-ops to figure out
|
||||
@@ -60,6 +61,7 @@ sun4e_notsup:
|
||||
*/
|
||||
.globl empty_zero_page
|
||||
empty_zero_page: .skip PAGE_SIZE
|
||||
EXPORT_SYMBOL(empty_zero_page)
|
||||
|
||||
.global root_flags
|
||||
.global ram_flags
|
||||
@@ -813,3 +815,4 @@ lvl14_save:
|
||||
__ret_efault:
|
||||
ret
|
||||
restore %g0, -EFAULT, %o0
|
||||
EXPORT_SYMBOL(__ret_efault)
|
||||
|
Reference in New Issue
Block a user