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
867cd55e
Commit
867cd55e
authored
Jun 12, 2003
by
David Mosberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ia64: Minor cleanups: export more symbols, remove uncessary stop bits.
parent
9f3d1b84
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
arch/ia64/kernel/ia64_ksyms.c
arch/ia64/kernel/ia64_ksyms.c
+7
-1
arch/ia64/kernel/patch.c
arch/ia64/kernel/patch.c
+0
-6
No files found.
arch/ia64/kernel/ia64_ksyms.c
View file @
867cd55e
...
...
@@ -88,6 +88,7 @@ EXPORT_SYMBOL(synchronize_irq);
EXPORT_SYMBOL
(
smp_call_function
);
EXPORT_SYMBOL
(
smp_call_function_single
);
EXPORT_SYMBOL
(
cpu_online_map
);
EXPORT_SYMBOL
(
phys_cpu_present_map
);
EXPORT_SYMBOL
(
ia64_cpu_to_sapicid
);
#else
/* !CONFIG_SMP */
...
...
@@ -124,7 +125,7 @@ EXPORT_SYMBOL_NOVERS(__udivdi3);
EXPORT_SYMBOL_NOVERS
(
__moddi3
);
EXPORT_SYMBOL_NOVERS
(
__umoddi3
);
#if
def CONFIG_MD_RAID5
#if
defined(CONFIG_MD_RAID5) || defined(CONFIG_MD_RAID5_MODULE)
extern
void
xor_ia64_2
(
void
);
extern
void
xor_ia64_3
(
void
);
extern
void
xor_ia64_4
(
void
);
...
...
@@ -194,3 +195,8 @@ extern void ia64_spinlock_contention (void);
EXPORT_SYMBOL
(
ia64_spinlock_contention
);
# endif
#endif
EXPORT_SYMBOL
(
ia64_max_iommu_merge_mask
);
#include <linux/pm.h>
EXPORT_SYMBOL
(
pm_idle
);
arch/ia64/kernel/patch.c
View file @
867cd55e
...
...
@@ -102,11 +102,8 @@ ia64_patch_vtop (unsigned long start, unsigned long end)
ia64_fc
(
ip
);
++
offp
;
}
ia64_insn_group_barrier
();
ia64_sync_i
();
ia64_insn_group_barrier
();
ia64_srlz_i
();
ia64_insn_group_barrier
();
}
void
...
...
@@ -137,11 +134,8 @@ ia64_patch_mckinley_e9 (unsigned long start, unsigned long end)
ia64_fc
(
wp
);
++
offp
;
}
ia64_insn_group_barrier
();
ia64_sync_i
();
ia64_insn_group_barrier
();
ia64_srlz_i
();
ia64_insn_group_barrier
();
}
static
void
...
...
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