Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88795
b: refs/heads/master
c: ac56ef6
h: refs/heads/master
i:
  88793: 0644e88
  88791: cb107b2
v: v3
  • Loading branch information
Glauber de Oliveira Costa authored and Ingo Molnar committed Apr 17, 2008
1 parent 28e0495 commit 068c69f
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 5733f627498121870b081b7ab73ffba01348f8cd
refs/heads/master: ac56ef61a1f65aaf1cb31dca2a407322c5f0a4dd
6 changes: 5 additions & 1 deletion trunk/include/asm-x86/apicdef.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@
#define APIC_LVR_MASK 0xFF00FF
#define GET_APIC_VERSION(x) ((x)&0xFFu)
#define GET_APIC_MAXLVT(x) (((x)>>16)&0xFFu)
#define APIC_INTEGRATED(x) ((x)&0xF0u)
#ifdef CONFIG_X86_32
# define APIC_INTEGRATED(x) ((x)&0xF0u)
#else
# define APIC_INTEGRATED(x) (1)
#endif
#define APIC_XAPIC(x) ((x) >= 0x14)
#define APIC_TASKPRI 0x80
#define APIC_TPRI_MASK 0xFFu
Expand Down

0 comments on commit 068c69f

Please sign in to comment.