Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116461
b: refs/heads/master
c: 0c425ce
h: refs/heads/master
i:
  116459: a82eb53
v: v3
  • Loading branch information
Ingo Molnar committed Oct 16, 2008
1 parent e1f4c7e commit c83b910
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: bf9d3cf73e8caf0b3ae0b7f508a9f251536f5ff4
refs/heads/master: 0c425cec64eb0c0d0dd7037c21a25585cbe3636c
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1774,8 +1774,8 @@ __apicdebuginit(void) print_local_APIC(void *dummy)
}

icr = apic_icr_read();
printk(KERN_DEBUG "... APIC ICR: %08x\n", icr);
printk(KERN_DEBUG "... APIC ICR2: %08x\n", icr >> 32);
printk(KERN_DEBUG "... APIC ICR: %08x\n", (u32)icr);
printk(KERN_DEBUG "... APIC ICR2: %08x\n", (u32)(icr >> 32));

v = apic_read(APIC_LVTT);
printk(KERN_DEBUG "... APIC LVTT: %08x\n", v);
Expand Down

0 comments on commit c83b910

Please sign in to comment.