From: Sooyoung Ha Date: Thu, 8 Sep 2016 08:24:15 +0000 (+0900) Subject: config: modify processor family type X-Git-Tag: Tizen_Studio_1.3_Release_p3.0~7^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=570eecc99dbc2f5594185d876206109467ceb3f0;p=sdk%2Femulator%2Femulator-kernel.git config: modify processor family type The platform SWAP module knew the processor as 686(aka pentinum pro) but emulator kernel had been changed as pentium 4. It could cause the DA module fault, so I revert it to pentium pro. Change-Id: Ia68fc9f0ed118e41cff53e6784444880b0d02ffa Signed-off-by: Sooyoung Ha --- diff --git a/arch/x86/configs/tizen_emul_defconfig b/arch/x86/configs/tizen_emul_defconfig index 5ea5598..b1d0470 100644 --- a/arch/x86/configs/tizen_emul_defconfig +++ b/arch/x86/configs/tizen_emul_defconfig @@ -374,11 +374,11 @@ CONFIG_NO_BOOTMEM=y # CONFIG_M586 is not set # CONFIG_M586TSC is not set # CONFIG_M586MMX is not set -# CONFIG_M686 is not set +CONFIG_M686=y # CONFIG_MPENTIUMII is not set # CONFIG_MPENTIUMIII is not set # CONFIG_MPENTIUMM is not set -CONFIG_MPENTIUM4=y +# CONFIG_MPENTIUM4 is not set # CONFIG_MK6 is not set # CONFIG_MK7 is not set # CONFIG_MK8 is not set @@ -395,8 +395,9 @@ CONFIG_MPENTIUM4=y # CONFIG_MCORE2 is not set # CONFIG_MATOM is not set CONFIG_X86_GENERIC=y -CONFIG_X86_INTERNODE_CACHE_SHIFT=7 -CONFIG_X86_L1_CACHE_SHIFT=7 +CONFIG_X86_INTERNODE_CACHE_SHIFT=6 +CONFIG_X86_L1_CACHE_SHIFT=6 +# CONFIG_X86_PPRO_FENCE is not set CONFIG_X86_INTEL_USERCOPY=y CONFIG_X86_USE_PPRO_CHECKSUM=y CONFIG_X86_TSC=y