Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62367
b: refs/heads/master
c: 55f93af
h: refs/heads/master
i:
  62365: c9f7a7e
  62363: 596bb02
  62359: 23dbfe3
  62351: 3cd8587
  62335: 4edb270
v: v3
  • Loading branch information
Chris Wright authored and Linus Torvalds committed Jul 22, 2007
1 parent d0912b9 commit 2e5f72d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 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: bef9f9de32ec201ea5372caf2c76e7c71f80ee35
refs/heads/master: 55f93afd89fe6b9b9e12cfb2d3eb1a68e21f529e
2 changes: 1 addition & 1 deletion trunk/drivers/char/rtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
#include <asm/uaccess.h>
#include <asm/system.h>

#if defined(__i386__)
#ifdef CONFIG_X86
#include <asm/hpet.h>
#endif

Expand Down
2 changes: 2 additions & 0 deletions trunk/include/asm-x86_64/apic.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ extern void setup_apic_routing(void);
extern void setup_APIC_extened_lvt(unsigned char lvt_off, unsigned char vector,
unsigned char msg_type, unsigned char mask);

extern int apic_is_clustered_box(void);

#define K8_APIC_EXT_LVT_BASE 0x500
#define K8_APIC_EXT_INT_MSG_FIX 0x0
#define K8_APIC_EXT_INT_MSG_SMI 0x2
Expand Down
1 change: 0 additions & 1 deletion trunk/include/asm-x86_64/hpet.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@

extern int is_hpet_enabled(void);
extern int hpet_rtc_timer_init(void);
extern int apic_is_clustered_box(void);
extern int hpet_arch_init(void);
extern int hpet_timer_stop_set_go(unsigned long tick);
extern int hpet_reenable(void);
Expand Down
1 change: 0 additions & 1 deletion trunk/include/asm-x86_64/timex.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include <asm/8253pit.h>
#include <asm/msr.h>
#include <asm/vsyscall.h>
#include <asm/hpet.h>
#include <asm/system.h>
#include <asm/processor.h>
#include <asm/tsc.h>
Expand Down

0 comments on commit 2e5f72d

Please sign in to comment.