diff options
Diffstat (limited to 'fs')
| -rw-r--r-- | fs/namei.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/fs/namei.c b/fs/namei.c index a49cbd7efcaa..968dae025230 100644 --- a/fs/namei.c +++ b/fs/namei.c | |||
| @@ -1788,7 +1788,11 @@ static int walk_component(struct nameidata *nd, int flags) | |||
| 1788 | 1788 | ||
| 1789 | #include <asm/word-at-a-time.h> | 1789 | #include <asm/word-at-a-time.h> |
| 1790 | 1790 | ||
| 1791 | #ifdef CONFIG_64BIT | 1791 | #ifdef HASH_MIX |
| 1792 | |||
| 1793 | /* Architecture provides HASH_MIX and fold_hash() in <asm/hash.h> */ | ||
| 1794 | |||
| 1795 | #elif defined(CONFIG_64BIT) | ||
| 1792 | /* | 1796 | /* |
| 1793 | * Register pressure in the mixing function is an issue, particularly | 1797 | * Register pressure in the mixing function is an issue, particularly |
| 1794 | * on 32-bit x86, but almost any function requires one state value and | 1798 | * on 32-bit x86, but almost any function requires one state value and |
