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
c49bedd7
Commit
c49bedd7
authored
Oct 11, 2003
by
Benjamin Herrenschmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Export mol_trampoline and mmu_hash_lock for MOL
(missing from a previous cset)
parent
ca9984e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
arch/ppc/kernel/ppc_ksyms.c
arch/ppc/kernel/ppc_ksyms.c
+7
-1
No files found.
arch/ppc/kernel/ppc_ksyms.c
View file @
c49bedd7
...
...
@@ -367,11 +367,17 @@ EXPORT_SYMBOL(next_mmu_context);
EXPORT_SYMBOL
(
set_context
);
EXPORT_SYMBOL
(
handle_mm_fault
);
/* For MOL */
EXPORT_SYMBOL_NOVERS
(
disarm_decr
);
extern
long
mol_trampoline
;
EXPORT_SYMBOL
(
mol_trampoline
);
/* For MOL */
#ifdef CONFIG_PPC_STD_MMU
EXPORT_SYMBOL
(
flush_hash_pages
);
/* For MOL */
#ifdef CONFIG_SMP
extern
int
mmu_hash_lock
;
EXPORT_SYMBOL
(
mmu_hash_lock
);
/* For MOL */
#endif
/* CONFIG_SMP */
extern
long
*
intercept_table
;
EXPORT_SYMBOL
(
intercept_table
);
#endif
#endif
/* CONFIG_PPC_STD_MMU */
EXPORT_SYMBOL
(
cur_cpu_spec
);
#ifdef CONFIG_PPC_PMAC
extern
unsigned
long
agp_special_page
;
...
...
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