Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112721
b: refs/heads/master
c: cf9768d
h: refs/heads/master
i:
  112719: 86c03fc
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Ingo Molnar committed Aug 17, 2008
1 parent ba1407c commit 4f4f063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 9c803869f5f5e3d7ad94b2926474b2882e30073b
refs/heads/master: cf9768d7514d59b3179a886c4a47908d72e6cf76
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 @@ -174,7 +174,7 @@ u64 xapic_icr_read(void)
icr2 = apic_read(APIC_ICR2);
icr1 = apic_read(APIC_ICR);

return (icr1 | ((u64)icr2 << 32));
return icr1 | ((u64)icr2 << 32);
}

static struct apic_ops xapic_ops = {
Expand Down

0 comments on commit 4f4f063

Please sign in to comment.