Skip to content
Commit 3ef8fd7f authored by Andi Kleen's avatar Andi Kleen
Browse files

Fix migration.c compilation on s390



31bit s390 doesn't have huge pages and failed with:

> mm/migrate.c: In function 'remove_migration_pte':
> mm/migrate.c:143:3: error: implicit declaration of function 'pte_mkhuge'
> mm/migrate.c:143:7: error: incompatible types when assigning to type 'pte_t' from type 'int'

Put that code into a ifdef.

Reported by Heiko Carstens

Signed-off-by: default avatarAndi Kleen <ak@linux.intel.com>
parent f672b49b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment