mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 16:13:19 +09:00
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:
@@ -15,6 +15,7 @@
|
||||
#include <asm/asmmacro.h>
|
||||
#include <asm/page.h>
|
||||
#include <asm/thread_info.h>
|
||||
#include <asm/export.h>
|
||||
|
||||
/* Work around cpp -rob */
|
||||
#define ALLOC #alloc
|
||||
@@ -119,6 +120,7 @@
|
||||
__copy_user_begin:
|
||||
|
||||
.globl __copy_user
|
||||
EXPORT_SYMBOL(__copy_user)
|
||||
dword_align:
|
||||
andcc %o1, 1, %g0
|
||||
be 4f
|
||||
|
||||
Reference in New Issue
Block a user