diff options
author | Andi Kleen <ak@suse.de> | 2006-01-11 22:42:26 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-11 19:01:11 -0800 |
commit | 1f6818b90dbb887261c616a318733703ed526f0a (patch) | |
tree | 7737ceb132fc62339fc1aecc8288e924c63abc87 /include/linux | |
parent | 8b1bde93175182d7c11d9a1230b2210a5815e747 (diff) | |
download | linux-1f6818b90dbb887261c616a318733703ed526f0a.tar.gz linux-1f6818b90dbb887261c616a318733703ed526f0a.tar.bz2 linux-1f6818b90dbb887261c616a318733703ed526f0a.zip |
[PATCH] x86_64: Minor GFP_DMA32 comment fix
Pretty obvious
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/mmzone.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index 7e4ae6ab1977..34cbefd2ebde 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h @@ -98,7 +98,7 @@ struct per_cpu_pageset { /* * On machines where it is needed (eg PCs) we divide physical memory - * into multiple physical zones. On a PC we have 4 zones: + * into multiple physical zones. On a 32bit PC we have 4 zones: * * ZONE_DMA < 16 MB ISA DMA capable memory * ZONE_DMA32 0 MB Empty |