aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/mm/tlb.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2007-11-19 17:47:53 -0800
committerTony Luck <tony.luck@intel.com>2007-12-07 16:12:17 -0800
commitc2eeb321a8f059112bdf0f8d4ac7ab35800f3f66 (patch)
tree7fc333e3cb8aa08ffca1265fdd80f715db4b0794 /arch/ia64/mm/tlb.c
parent[IA64] make full use of macro efi_md_size (diff)
downloadlinux-dev-c2eeb321a8f059112bdf0f8d4ac7ab35800f3f66.tar.xz
linux-dev-c2eeb321a8f059112bdf0f8d4ac7ab35800f3f66.zip
[IA64] Add missing "space" to concatenated strings
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/mm/tlb.c')
-rw-r--r--arch/ia64/mm/tlb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/mm/tlb.c b/arch/ia64/mm/tlb.c
index 1682fc639038..cef164729db7 100644
--- a/arch/ia64/mm/tlb.c
+++ b/arch/ia64/mm/tlb.c
@@ -180,7 +180,7 @@ ia64_tlb_init (void)
long status;
if ((status = ia64_pal_vm_page_size(&tr_pgbits, &purge.mask)) != 0) {
- printk(KERN_ERR "PAL_VM_PAGE_SIZE failed with status=%ld;"
+ printk(KERN_ERR "PAL_VM_PAGE_SIZE failed with status=%ld; "
"defaulting to architected purge page-sizes.\n", status);
purge.mask = 0x115557000UL;
}