lkml.org 
[lkml]   [2009]   [May]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 06/31] x86: Fix panic with interrupts off (needed for MCE)
Andi Kleen wrote:
> @@ -89,11 +89,7 @@
>
> #define THRESHOLD_APIC_VECTOR 0xf9
>
> -#ifdef CONFIG_X86_32
> -/* 0xf9 : free */
> -#else
> -# define UV_BAU_MESSAGE 0xf8
> -#endif
> +#define REBOOT_VECTOR 0xf8
>
> /* f0-f7 used for spreading out TLB flushes: */
> #define INVALIDATE_TLB_VECTOR_END 0xf7
> @@ -117,6 +113,8 @@
> */
> #define GENERIC_INTERRUPT_VECTOR 0xed
>
> +#define UV_BAU_MESSAGE 0xec
> +
> /*
> * First APIC vector available to drivers: (vectors 0x30-0xee) we
> * start at 0x31(0x41) to spread out vectors evenly between priority

#ifdef CONFIG_X86_64
#define UV_BAU_MESSAGE 0xec
#endif

Isn't it?


Thanks,
H.Seto



\
 
 \ /
  Last update: 2009-05-27 06:33    [W:0.165 / U:0.052 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site