Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125411
b: refs/heads/master
c: ec8c842
h: refs/heads/master
i:
  125409: bc12927
  125407: d003c0b
v: v3
  • Loading branch information
Jaswinder Singh Rajput authored and H. Peter Anvin committed Dec 30, 2008
1 parent ce314a3 commit 855622d
Show file tree
Hide file tree
Showing 3 changed files with 3 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: c62e9d56ea90ef94f9708ce3f11860c20fa5e135
refs/heads/master: ec8c842a524888fdcccece337d91798e3e8af880
1 change: 0 additions & 1 deletion trunk/arch/x86/include/asm/apic.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ extern int disable_apic;
extern int is_vsmp_box(void);
extern void xapic_wait_icr_idle(void);
extern u32 safe_xapic_wait_icr_idle(void);
extern u64 xapic_icr_read(void);
extern void xapic_icr_write(u32, u32);
extern int setup_profiling_timer(unsigned int);

Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ void xapic_icr_write(u32 low, u32 id)
apic_write(APIC_ICR, low);
}

u64 xapic_icr_read(void)
static u64 xapic_icr_read(void)
{
u32 icr1, icr2;

Expand Down Expand Up @@ -268,7 +268,7 @@ void x2apic_icr_write(u32 low, u32 id)
wrmsrl(APIC_BASE_MSR + (APIC_ICR >> 4), ((__u64) id) << 32 | low);
}

u64 x2apic_icr_read(void)
static u64 x2apic_icr_read(void)
{
unsigned long val;

Expand Down

0 comments on commit 855622d

Please sign in to comment.