diff --git a/[refs] b/[refs] index 00c02e00e9bb..5999ee8a3336 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9310da0bbb826f8b6ed49a5f93092f8452820da0 +refs/heads/master: 12783aa077f81e0dcf1b2f97ed24440048e9f09d diff --git a/trunk/arch/um/Makefile b/trunk/arch/um/Makefile index 4c993c89d0f0..55c0661e2b5d 100644 --- a/trunk/arch/um/Makefile +++ b/trunk/arch/um/Makefile @@ -28,6 +28,7 @@ ifeq ($(SUBARCH),i386) endif ifeq ($(SUBARCH),x86_64) HEADER_ARCH := x86 + KBUILD_CFLAGS += -mcmodel=large endif HOST_DIR := arch/$(HEADER_ARCH)