ソースを参照

Disable crashlog for UML

SVN-Revision: 41153
Steven Barth 11 年 前
コミット
e64f122023
1 ファイル変更1 行追加1 行削除
  1. 1 1
      config/Config-kernel.in

+ 1 - 1
config/Config-kernel.in

@@ -10,7 +10,7 @@ config KERNEL_PRINTK
 
 config KERNEL_CRASHLOG
 	bool "Crash logging"
-	depends on !(arm || powerpc || sparc)
+	depends on !(arm || powerpc || sparc || TARGET_uml)
 	default y
 
 config KERNEL_SWAP