diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-03-09 22:19:35 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-18 16:04:03 -0700 |
commit | 27ca0391fb717eecb9b9ca29ad4b9e8d7a84aba5 (patch) | |
tree | 8596d6e79c02b7d0fd79d087bcd536c27b6d8d20 /drivers/staging | |
parent | a937536b868b8369b98967929045f1df54234323 (diff) | |
download | linux-stable-27ca0391fb717eecb9b9ca29ad4b9e8d7a84aba5.tar.gz linux-stable-27ca0391fb717eecb9b9ca29ad4b9e8d7a84aba5.tar.bz2 linux-stable-27ca0391fb717eecb9b9ca29ad4b9e8d7a84aba5.zip |
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')
-rw-r--r-- | drivers/staging/zcache/Kconfig | 2 |
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 |