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
856f44ff
Commit
856f44ff
authored
May 02, 2007
by
Andi Kleen
Committed by
Andi Kleen
May 02, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] x86-64: Move mtrr prototypes from proto.h to mtrr.h
Signed-off-by:
Andi Kleen
<
ak@suse.de
>
parent
03df4f6e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
include/asm-x86_64/mtrr.h
include/asm-x86_64/mtrr.h
+8
-0
include/asm-x86_64/proto.h
include/asm-x86_64/proto.h
+0
-7
No files found.
include/asm-x86_64/mtrr.h
View file @
856f44ff
...
...
@@ -135,6 +135,14 @@ struct mtrr_gentry32
#endif
/* CONFIG_COMPAT */
#ifdef CONFIG_MTRR
extern
void
mtrr_ap_init
(
void
);
extern
void
mtrr_bp_init
(
void
);
#else
#define mtrr_ap_init() do {} while (0)
#define mtrr_bp_init() do {} while (0)
#endif
#endif
/* __KERNEL__ */
#endif
/* _LINUX_MTRR_H */
include/asm-x86_64/proto.h
View file @
856f44ff
...
...
@@ -14,13 +14,6 @@ extern void pda_init(int);
extern
void
early_idt_handler
(
void
);
extern
void
mcheck_init
(
struct
cpuinfo_x86
*
c
);
#ifdef CONFIG_MTRR
extern
void
mtrr_ap_init
(
void
);
extern
void
mtrr_bp_init
(
void
);
#else
#define mtrr_ap_init() do {} while (0)
#define mtrr_bp_init() do {} while (0)
#endif
extern
void
init_memory_mapping
(
unsigned
long
start
,
unsigned
long
end
);
extern
void
system_call
(
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