Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
4b7be4f2
Commit
4b7be4f2
authored
Nov 11, 2007
by
Paul Mundt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh: Split out sh_ksyms.c in to _32 and _64 variants.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
343ac722
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
10 deletions
+2
-10
arch/sh/kernel/Makefile_32
arch/sh/kernel/Makefile_32
+1
-1
arch/sh/kernel/Makefile_64
arch/sh/kernel/Makefile_64
+1
-1
arch/sh/kernel/sh_ksyms_32.c
arch/sh/kernel/sh_ksyms_32.c
+0
-2
arch/sh/kernel/sh_ksyms_64.c
arch/sh/kernel/sh_ksyms_64.c
+0
-6
No files found.
arch/sh/kernel/Makefile_32
View file @
4b7be4f2
...
...
@@ -15,7 +15,7 @@ obj-$(CONFIG_CF_ENABLER) += cf-enabler.o
obj-$(CONFIG_SH_STANDARD_BIOS) += sh_bios.o
obj-$(CONFIG_SH_KGDB) += kgdb_stub.o kgdb_jmp.o
obj-$(CONFIG_SH_CPU_FREQ) += cpufreq.o
obj-$(CONFIG_MODULES) += sh_ksyms.o module.o
obj-$(CONFIG_MODULES) += sh_ksyms
_32
.o module.o
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
obj-$(CONFIG_CRASH_DUMP) += crash_dump.o
...
...
arch/sh/kernel/Makefile_64
View file @
4b7be4f2
...
...
@@ -11,7 +11,7 @@ obj-$(CONFIG_CF_ENABLER) += cf-enabler.o
obj-$(CONFIG_SH_STANDARD_BIOS) += sh_bios.o
obj-$(CONFIG_SH_KGDB) += kgdb_stub.o kgdb_jmp.o
obj-$(CONFIG_SH_CPU_FREQ) += cpufreq.o
obj-$(CONFIG_MODULES) += sh_ksyms.o module.o
obj-$(CONFIG_MODULES) += sh_ksyms
_64
.o module.o
obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o
obj-$(CONFIG_CRASH_DUMP) += crash_dump.o
...
...
arch/sh/kernel/sh_ksyms.c
→
arch/sh/kernel/sh_ksyms
_32
.c
View file @
4b7be4f2
...
...
@@ -141,9 +141,7 @@ EXPORT_SYMBOL(clear_user_page);
#endif
EXPORT_SYMBOL
(
csum_partial
);
#ifdef CONFIG_SUPERH32
EXPORT_SYMBOL
(
csum_partial_copy_generic
);
#endif
#ifdef CONFIG_IPV6
EXPORT_SYMBOL
(
csum_ipv6_magic
);
#endif
...
...
arch/sh
64/kernel/sh_ksyms
.c
→
arch/sh
/kernel/sh_ksyms_64
.c
View file @
4b7be4f2
...
...
@@ -8,7 +8,6 @@
* Copyright (C) 2000, 2001 Paolo Alberelli
*
*/
#include <linux/rwsem.h>
#include <linux/module.h>
#include <linux/smp.h>
...
...
@@ -18,7 +17,6 @@
#include <linux/in6.h>
#include <linux/interrupt.h>
#include <linux/screen_info.h>
#include <asm/semaphore.h>
#include <asm/processor.h>
#include <asm/uaccess.h>
...
...
@@ -47,12 +45,8 @@ EXPORT_SYMBOL(__put_user_asm_l);
EXPORT_SYMBOL
(
__get_user_asm_l
);
EXPORT_SYMBOL
(
__copy_user
);
EXPORT_SYMBOL
(
memcpy
);
EXPORT_SYMBOL
(
udelay
);
EXPORT_SYMBOL
(
__udelay
);
EXPORT_SYMBOL
(
ndelay
);
EXPORT_SYMBOL
(
__ndelay
);
EXPORT_SYMBOL
(
flush_dcache_page
);
EXPORT_SYMBOL
(
sh64_page_clear
);
/* Ugh. These come in from libgcc.a at link time. */
#define DECLARE_EXPORT(name) extern void name(void);EXPORT_SYMBOL(name)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment