summaryrefslogtreecommitdiff
path: root/drivers/staging/zcache
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2013-03-10 01:19:35 +0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-19 03:04:03 +0400
commit27ca0391fb717eecb9b9ca29ad4b9e8d7a84aba5 (patch)
tree8596d6e79c02b7d0fd79d087bcd536c27b6d8d20 /drivers/staging/zcache
parenta937536b868b8369b98967929045f1df54234323 (diff)
downloadlinux-27ca0391fb717eecb9b9ca29ad4b9e8d7a84aba5.tar.xz
staging: zcache: fix typo "64_BIT"
Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/zcache')
-rw-r--r--drivers/staging/zcache/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/zcache/Kconfig b/drivers/staging/zcache/Kconfig
index 73582705e8c5..5c3714530961 100644
--- a/drivers/staging/zcache/Kconfig
+++ b/drivers/staging/zcache/Kconfig
@@ -15,7 +15,7 @@ config RAMSTER
depends on CONFIGFS_FS=y && SYSFS=y && !HIGHMEM && ZCACHE=y
depends on NET
# must ensure struct page is 8-byte aligned
- select HAVE_ALIGNED_STRUCT_PAGE if !64_BIT
+ select HAVE_ALIGNED_STRUCT_PAGE if !64BIT
default n
help
RAMster allows RAM on other machines in a cluster to be utilized