Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104334
b: refs/heads/master
c: baa1318
h: refs/heads/master
v: v3
  • Loading branch information
Maciej W. Rozycki authored and Ingo Molnar committed Jul 18, 2008
1 parent 1969f5b commit 5d0e1fd
Show file tree
Hide file tree
Showing 4 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: 17c44697f293cf24cbbf51b4a5bd15f4fbc88b90
refs/heads/master: baa1318841d4bc95d783e6c15219b264720002c8
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/apic_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ char system_vectors[NR_VECTORS] = { [0 ... NR_VECTORS-1] = SYS_VECTOR_FREE};
/*
* Debug level, exported for io_apic.c
*/
int apic_verbosity;
unsigned int apic_verbosity;

int pic_mode;

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/apic_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ EXPORT_SYMBOL_GPL(local_apic_timer_c2_ok);
/*
* Debug level, exported for io_apic.c
*/
int apic_verbosity;
unsigned int apic_verbosity;

/* Have we found an MP table */
int smp_found_config;
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-x86/apic.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ extern void generic_apic_probe(void);

#ifdef CONFIG_X86_LOCAL_APIC

extern int apic_verbosity;
extern unsigned int apic_verbosity;
extern int local_apic_timer_c2_ok;

extern int ioapic_force;
Expand Down

0 comments on commit 5d0e1fd

Please sign in to comment.