X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Finput%2Finput-compat.h;h=22be27b424def00dbd8cc0167439b508b2564b78;hb=fce637e392a762e4d4f0fc41ac3d3f557187ac21;hp=4d8ea32e8a001847746a796c43cf79dc70ae3c3c;hpb=b50df7d1fb37eb6aea87590b391d7111fde87121;p=pandora-kernel.git diff --git a/drivers/input/input-compat.h b/drivers/input/input-compat.h index 4d8ea32e8a00..22be27b424de 100644 --- a/drivers/input/input-compat.h +++ b/drivers/input/input-compat.h @@ -19,7 +19,7 @@ /* Note to the author of this code: did it ever occur to you why the ifdefs are needed? Think about it again. -AK */ -#ifdef CONFIG_X86_64 +#if defined(CONFIG_X86_64) || defined(CONFIG_TILE) # define INPUT_COMPAT_TEST is_compat_task() #elif defined(CONFIG_S390) # define INPUT_COMPAT_TEST test_thread_flag(TIF_31BIT)