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
f47d9a39
Commit
f47d9a39
authored
Jul 28, 2003
by
David Mosberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ia64: Add forgotton <asm-ia64/sections.h>.
parent
2f66447a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
include/asm-ia64/sections.h
include/asm-ia64/sections.h
+23
-0
No files found.
include/asm-ia64/sections.h
0 → 100644
View file @
f47d9a39
#ifndef _ASM_IA64_SECTIONS_H
#define _ASM_IA64_SECTIONS_H
/*
* Copyright (C) 1998-2003 Hewlett-Packard Co
* David Mosberger-Tang <davidm@hpl.hp.com>
*/
#include <asm-generic/sections.h>
extern
char
__per_cpu_start
[],
__per_cpu_end
[],
__phys_per_cpu_start
[];
extern
char
__start___vtop_patchlist
[],
__end___vtop_patchlist
[];
extern
char
__start___mckinley_e9_bundles
[],
__end___mckinley_e9_bundles
[];
extern
char
__start_gate_section
[];
extern
char
__start_gate_mckinley_e9_patchlist
[],
__end_gate_mckinley_e9_patchlist
[];
extern
char
__start_gate_vtop_patchlist
[],
__end_gate_vtop_patchlist
[];
extern
char
__start_gate_fsyscall_patchlist
[],
__end_gate_fsyscall_patchlist
[];
extern
char
__start_gate_brl_fsys_bubble_down_patchlist
[],
__end_gate_brl_fsys_bubble_down_patchlist
[];
extern
char
__start_unwind
[],
__end_unwind
[];
extern
char
_end
[];
/* end of kernel image */
#endif
/* _ASM_IA64_SECTIONS_H */
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