[PATCH 2/2] UV: NMI: simple dump failover if kdump fails

2015-09-12 Thread George Beshers
ates both the show_regs() stack trace and show instruction pointer information. Whereas the "ips" action only shows instruction pointers for non-idle CPU's. This is more like an abbreviated "ps" display. Change printk(KERN_DEFAULT...) --> pr_info() Signed-off-

[PATCH 1/2] UV: NMI: insert per_cpu accessor function on uv_hub_nmi.

2015-09-12 Thread George Beshers
() in the uv_hub_nmi macro restoring the intended functionality. Signed-off-by: George Beshers Acked-by: Mike Travis Cc: Russ Anderson Cc: Dimitri Sivanich Cc: Hedi Berriche Cc: Alex Thorlton Cc: Christoph Lameter diff --git a/arch/x86/include/asm/uv/uv_hub.h b/arch/x86/include/asm/uv/uv

[PATCH 2/2] UV: NMI: simple dump failover if kdump fails

2015-04-30 Thread George Beshers
ot; action; the additional information has proved to be useful. Signed-off-by: George Beshers Acked-by: Mike Travis Cc: Russ Anderson Cc: Dimitri Sivanich Cc: Hedi Berriche Cc: Alex Thorlton Cc: Christoph Lameter diff --git a/arch/x86/platform/uv/uv_nmi.c b/arch/x86/platform/uv/uv_nmi.c ind

[PATCH 1/2] UV: NMI: insert per_cpu accessor function on uv_hub_nmi.

2015-04-30 Thread George Beshers
PER_CPU uv_cpu_nmi variable. Signed-off-by: George Beshers Acked-by: Mike Travis Cc: Russ Anderson Cc: Dimitri Sivanich Cc: Hedi Berriche Cc: Alex Thorlton Cc: Christoph Lameter diff --git a/arch/x86/include/asm/uv/uv_hub.h b/arch/x86/include/asm/uv/uv_hub.h index a00ad8f..ea707478 100644 --- a

[PATCH] Cleanup misleading IA64 ACPI error message

2007-10-10 Thread George Beshers
On Altix (sn2) machines the "Error parsing MADT" message is misleading because the lack of IOSAPIC entries is expected. Since I am sure someone will ask, I have been told that the chance of this changing anytime soon is close to nil. Signed-off-by: George Beshers <[EM

[PATCH 1/1] show_mem() for IA64 sparsemem NUMA

2007-01-04 Thread George Beshers
On the ia64 architecture only this patch upgrades show_mem() for sparse memory to be the same as it was for discontig memory. It has been shown to work on NUMA and flatmem architectures. Signed-off-by: George Beshers <[EMAIL PROTECTED]> diff -Naur Build-rc2.2/arch/ia64/mm/contig.c Build