mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
Convert LKMC_DUMP_SYSTEM_REGS to a function lkmc_dump_system_regs
Add ID_AA64ISAR1_EL1.JSCVT.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
static int myinit(void)
|
||||
{
|
||||
#if !defined(LKMC_DO_NOTHING)
|
||||
LKMC_DUMP_SYSTEM_REGS;
|
||||
lkmc_dump_system_regs();
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user