This website requires JavaScript.
Explore
Help
Register
Sign In
korg
/
linux
Watch
0
Star
0
Fork
0
You've already forked linux
mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced
2025-01-23 06:14:42 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b82ad3d394
linux
/
arch
/
x86
/
mm
/
kmemcheck
/
Makefile
2 lines
64 B
Makefile
Raw
Normal View
History
Unescape
Escape
kmemcheck: add opcode self-testing at boot We've had some troubles in the past with weird instructions. This patch adds a self-test framework which can be used to verify that a certain set of opcodes are decoded correctly. Of course, the opcodes which are not tested can still give the wrong results. In short, this is just a safeguard to catch unintentional changes in the opcode decoder. It does not mean that errors can't still occur! [rebased for mainline inclusion] Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
2009-02-27 18:35:55 +08:00
obj-y
:=
error.o kmemcheck.o opcode.o pte.o selftest.o shadow.o
Reference in New Issue
Copy Permalink