Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
40420e9b
Commit
40420e9b
authored
Aug 13, 2002
by
Anton Blanchard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ppc64: fix atomic_dec_and_lock symbol export
parent
03446643
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
arch/ppc64/kernel/idle.c
arch/ppc64/kernel/idle.c
+1
-0
arch/ppc64/kernel/ppc_ksyms.c
arch/ppc64/kernel/ppc_ksyms.c
+0
-4
arch/ppc64/kernel/time.c
arch/ppc64/kernel/time.c
+1
-0
arch/ppc64/lib/Makefile
arch/ppc64/lib/Makefile
+2
-0
No files found.
arch/ppc64/kernel/idle.c
View file @
40420e9b
...
@@ -18,6 +18,7 @@
...
@@ -18,6 +18,7 @@
#include <linux/unistd.h>
#include <linux/unistd.h>
#include <linux/ptrace.h>
#include <linux/ptrace.h>
#include <linux/slab.h>
#include <linux/slab.h>
#include <linux/interrupt.h>
#include <asm/pgtable.h>
#include <asm/pgtable.h>
#include <asm/uaccess.h>
#include <asm/uaccess.h>
...
...
arch/ppc64/kernel/ppc_ksyms.c
View file @
40420e9b
...
@@ -245,8 +245,4 @@ EXPORT_SYMBOL(debugger_dabr_match);
...
@@ -245,8 +245,4 @@ EXPORT_SYMBOL(debugger_dabr_match);
EXPORT_SYMBOL
(
debugger_fault_handler
);
EXPORT_SYMBOL
(
debugger_fault_handler
);
#endif
#endif
#ifdef CONFIG_SMP
EXPORT_SYMBOL
(
atomic_dec_and_lock
);
#endif
EXPORT_SYMBOL
(
tb_ticks_per_usec
);
EXPORT_SYMBOL
(
tb_ticks_per_usec
);
arch/ppc64/kernel/time.c
View file @
40420e9b
...
@@ -60,6 +60,7 @@
...
@@ -60,6 +60,7 @@
#include <asm/time.h>
#include <asm/time.h>
#include <asm/ppcdebug.h>
#include <asm/ppcdebug.h>
#include <asm/prom.h>
void
smp_local_timer_interrupt
(
struct
pt_regs
*
);
void
smp_local_timer_interrupt
(
struct
pt_regs
*
);
...
...
arch/ppc64/lib/Makefile
View file @
40420e9b
...
@@ -4,6 +4,8 @@
...
@@ -4,6 +4,8 @@
O_TARGET
=
lib.o
O_TARGET
=
lib.o
export-objs
:=
dec_and_lock.o
obj-y
:=
checksum.o dec_and_lock.o string.o strcase.o copypage.o
\
obj-y
:=
checksum.o dec_and_lock.o string.o strcase.o copypage.o
\
memcpy.o copyuser.o
memcpy.o copyuser.o
...
...
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