Hi Josh, FYI, there are new compile warnings show up in tree: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/efi head: ba49efa14f97ca6fe57390539e70a359aea779cd commit: f383a1e37bc3fc93d19ed23dfdb1adfc5a7d1010 [7/11] efi: Add a stub for efi_enter_virtual_mode on non-x86 config: avr32-atngw100_defconfig All warnings: include/linux/efi.h:501: warning: 'efi_enter_virtual_mode' defined but not used vim +501 include/linux/efi.h f383a1e3 (Josh Triplett 2012-09-08 498) #ifdef CONFIG_X86 ^1da177e (Linus Torvalds 2005-04-16 499) extern void efi_enter_virtual_mode (void); /* switch EFI to virtual mode, if possible */ f383a1e3 (Josh Triplett 2012-09-08 500) #else f383a1e3 (Josh Triplett 2012-09-08 @501) static void efi_enter_virtual_mode(void) {} f383a1e3 (Josh Triplett 2012-09-08 502) #endif --- 0-DAY kernel build testing backend Open Source Technology Centre Fengguang Wu, Yuanhan Liu Intel Corporation -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html