diff options
| -rw-r--r-- | arch/ia64/kernel/unaligned.c | 6 | ||||
| -rw-r--r-- | arch/ia64/sn/kernel/io_common.c | 8 |
2 files changed, 4 insertions, 10 deletions
diff --git a/arch/ia64/kernel/unaligned.c b/arch/ia64/kernel/unaligned.c index 6db08599ebbc..776dd40397e2 100644 --- a/arch/ia64/kernel/unaligned.c +++ b/arch/ia64/kernel/unaligned.c | |||
| @@ -60,7 +60,6 @@ dump (const char *str, void *vp, size_t len) | |||
| 60 | */ | 60 | */ |
| 61 | int no_unaligned_warning; | 61 | int no_unaligned_warning; |
| 62 | int unaligned_dump_stack; | 62 | int unaligned_dump_stack; |
| 63 | static int noprint_warning; | ||
| 64 | 63 | ||
| 65 | /* | 64 | /* |
| 66 | * For M-unit: | 65 | * For M-unit: |
| @@ -1357,9 +1356,8 @@ ia64_handle_unaligned (unsigned long ifa, struct pt_regs *regs) | |||
| 1357 | /* watch for command names containing %s */ | 1356 | /* watch for command names containing %s */ |
| 1358 | printk(KERN_WARNING "%s", buf); | 1357 | printk(KERN_WARNING "%s", buf); |
| 1359 | } else { | 1358 | } else { |
| 1360 | if (no_unaligned_warning && !noprint_warning) { | 1359 | if (no_unaligned_warning) { |
| 1361 | noprint_warning = 1; | 1360 | printk_once(KERN_WARNING "%s(%d) encountered an " |
| 1362 | printk(KERN_WARNING "%s(%d) encountered an " | ||
| 1363 | "unaligned exception which required\n" | 1361 | "unaligned exception which required\n" |
| 1364 | "kernel assistance, which degrades " | 1362 | "kernel assistance, which degrades " |
| 1365 | "the performance of the application.\n" | 1363 | "the performance of the application.\n" |
diff --git a/arch/ia64/sn/kernel/io_common.c b/arch/ia64/sn/kernel/io_common.c index 25831c47c579..308e6595110e 100644 --- a/arch/ia64/sn/kernel/io_common.c +++ b/arch/ia64/sn/kernel/io_common.c | |||
| @@ -119,7 +119,6 @@ sn_pcidev_info_get(struct pci_dev *dev) | |||
| 119 | * Additionally note that the struct sn_flush_device_war also has to be | 119 | * Additionally note that the struct sn_flush_device_war also has to be |
| 120 | * removed from arch/ia64/sn/include/xtalk/hubdev.h | 120 | * removed from arch/ia64/sn/include/xtalk/hubdev.h |
| 121 | */ | 121 | */ |
| 122 | static u8 war_implemented = 0; | ||
| 123 | 122 | ||
| 124 | static s64 sn_device_fixup_war(u64 nasid, u64 widget, int device, | 123 | static s64 sn_device_fixup_war(u64 nasid, u64 widget, int device, |
| 125 | struct sn_flush_device_common *common) | 124 | struct sn_flush_device_common *common) |
| @@ -128,11 +127,8 @@ static s64 sn_device_fixup_war(u64 nasid, u64 widget, int device, | |||
| 128 | struct sn_flush_device_war *dev_entry; | 127 | struct sn_flush_device_war *dev_entry; |
| 129 | struct ia64_sal_retval isrv = {0,0,0,0}; | 128 | struct ia64_sal_retval isrv = {0,0,0,0}; |
| 130 | 129 | ||
| 131 | if (!war_implemented) { | 130 | printk_once(KERN_WARNING |
| 132 | printk(KERN_WARNING "PROM version < 4.50 -- implementing old " | 131 | "PROM version < 4.50 -- implementing old PROM flush WAR\n"); |
| 133 | "PROM flush WAR\n"); | ||
| 134 | war_implemented = 1; | ||
| 135 | } | ||
| 136 | 132 | ||
| 137 | war_list = kzalloc(DEV_PER_WIDGET * sizeof(*war_list), GFP_KERNEL); | 133 | war_list = kzalloc(DEV_PER_WIDGET * sizeof(*war_list), GFP_KERNEL); |
| 138 | BUG_ON(!war_list); | 134 | BUG_ON(!war_list); |
