commit | cb54e79739672366d849e02a3068f857c6bb544c | [log] [tgz] |
---|---|---|
author | JP Abgrall <jpa@google.com> | Thu Jan 09 13:56:07 2014 -0800 |
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | Mon Jan 13 10:21:19 2014 +0900 |
tree | 1b7f509bfeeac3445c317962405d03d529250b87 | |
parent | 437dbf67730d2765c4dfc8539b07258e1ca3966f [diff] |
fix typo around CONFIG_64BIT usage Would do 64 BITS_PER_LONG when CONFIG_64BIT was NOT defined, causing BITS_PER_LONG to be wrong on 32bit systems. Signed-off-by: JP Abgrall <jpa@google.com> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>