03 May, 2007
3 commits
-
Use safe_apic_wait_icr_idle to check ICR idle bit if the vector is
NMI_VECTOR to avoid potential hangups in the event of crash when kdump
tries to stop the other CPUs.Signed-off-by: Fernando Luis Vazquez Cao
Signed-off-by: Andi Kleen -
Implement __send_IPI_dest_field which can be used to send IPIs when the
"destination shorthand" field of the ICR is set to 00 (destination
field). Use it whenever possible.Signed-off-by: Fernando Luis Vazquez Cao
Signed-off-by: Andi Kleen -
Move inclusion of asm/fixmap.h to where it is really used rather than
where it may have been used long ago (requires a few other adjustments
to includes due to previous implicit dependencies).Signed-off-by: Jan Beulich
Signed-off-by: Andi Kleen
12 Jan, 2006
1 commit
-
It was set as an NMI, but the NMI bit always forces an interrupt
to end up at vector 2. So it was never used. Remove.Signed-off-by: Andi Kleen
Signed-off-by: Linus Torvalds
13 Sep, 2005
2 commits
-
Signed-off-by: Jan Beulich
Signed-off-by: Linus Torvalds -
No x86-64 chipset has this bug
Generated code doesn't change because it was always disabled.
Signed-off-by: Andi Kleen
Signed-off-by: Linus Torvalds
29 Jul, 2005
1 commit
-
Makes it slightly more efficient.
Signed-off-by: Andi Kleen
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
17 Apr, 2005
1 commit
-
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.Let it rip!