Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53888
b: refs/heads/master
c: 856f44f
h: refs/heads/master
v: v3
  • Loading branch information
Andi Kleen authored and Andi Kleen committed May 2, 2007
1 parent 44251c6 commit 3ec6763
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 03df4f6ee997589a84d5f9492c6419183724c710
refs/heads/master: 856f44ff4af6e57fdc39a8b2bec498c88438bd27
8 changes: 8 additions & 0 deletions trunk/include/asm-x86_64/mtrr.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
7 changes: 0 additions & 7 deletions trunk/include/asm-x86_64/proto.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3ec6763

Please sign in to comment.