Commit d5fb8c22 authored by Gu Yuchen's avatar Gu Yuchen Committed by guzitao
Browse files

sw64: fix compilation issues on match.c

Sunway inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/IB73UR



--------------------------------

The current code has a compilation error in the match.c file on
Core3 environment. The DEBUG_MATCH option relies on Core4. This
commit modifies the relevant code to fix this issue.

Signed-off-by: default avatarGu Yuchen <guyuchen@wxiat.com>
Reviewed-by: default avatarHe Sheng <hesheng@wxiat.com>
Signed-off-by: default avatarGu Zitao <guzitao@wxiat.com>
parent 96c78807
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ config SW64_RRK

config DEBUG_MATCH
	bool "instruction-flow and data-flow match debugfs interface"
	depends on DEBUG_FS
	depends on DEBUG_FS && SUBARCH_C4
	default n
	help
	  Turns on the DebugFS interface for instruction-flow and data-flow match.