projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
636dd2b
)
[PATCH] x86_64: Add missing newline in IOMMU error message
author
Andi Kleen
<ak@suse.de>
Wed, 11 Jan 2006 21:43:27 +0000
(22:43 +0100)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Thu, 12 Jan 2006 03:04:51 +0000
(19:04 -0800)
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/pci-gart.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86_64/kernel/pci-gart.c
b/arch/x86_64/kernel/pci-gart.c
index 2e28e855ec3cff500847957a51251368407fbea3..2b865c90b0414b2a33f652333fa34881cc817de5 100644
(file)
--- a/
arch/x86_64/kernel/pci-gart.c
+++ b/
arch/x86_64/kernel/pci-gart.c
@@
-772,7
+772,7
@@
static __init int init_k8_gatt(struct agp_kern_info *info)
nommu:
/* Should not happen anymore */
printk(KERN_ERR "PCI-DMA: More than 4GB of RAM and no IOMMU\n"
- KERN_ERR "PCI-DMA: 32bit PCI IO may malfunction.
");
+ KERN_ERR "PCI-DMA: 32bit PCI IO may malfunction.
\n");
return -1;
}