···2626 * Note that ADDR_LIMIT is either 0 or 0xc0000000.2727 * Note also that it is intended that __get_user_bad is not global.2828 */2929-#include <asm/constants.h>2929+#include <asm/asm-offsets.h>3030#include <asm/thread_info.h>3131#include <asm/errno.h>3232
+1-1
arch/arm/lib/putuser.S
···2626 * Note that ADDR_LIMIT is either 0 or 0xc00000002727 * Note also that it is intended that __put_user_bad is not global.2828 */2929-#include <asm/constants.h>2929+#include <asm/asm-offsets.h>3030#include <asm/thread_info.h>3131#include <asm/errno.h>3232
···1111 * These assume a split I/D TLB.1212 */1313#include <linux/linkage.h>1414-#include <asm/constants.h>1414+#include <asm/asm-offsets.h>1515#include <asm/page.h>1616#include <asm/tlbflush.h>1717#include "proc-macros.S"
+1-1
arch/arm/nwfpe/entry26.S
···2020 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.2121*/22222323-#include <asm/constants.h>2323+#include <asm/asm-offsets.h>24242525/* This is the kernel's entry point into the floating point emulator.2626It is called from the kernel with code similar to this: