diff options
author | Matthew Macy <[email protected]> | 2020-07-25 20:07:44 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-25 20:07:44 -0700 |
commit | 6d8da84106de1fc8480e1758cc88e81393b4c0c2 (patch) | |
tree | 04d232d8f21a8c96978b7d1c329f7d1cc355248c /module/icp | |
parent | f5b189f9379b092600293ac3e7a670bf2087d88c (diff) |
Make use of ZFS_DEBUG consistent within kmod sources
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Ryan Moeller <[email protected]>
Signed-off-by: Matt Macy <[email protected]>
Closes #10623
Diffstat (limited to 'module/icp')
-rw-r--r-- | module/icp/include/sys/ia32/stack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/icp/include/sys/ia32/stack.h b/module/icp/include/sys/ia32/stack.h index c4deb7bca..9e7c089e1 100644 --- a/module/icp/include/sys/ia32/stack.h +++ b/module/icp/include/sys/ia32/stack.h @@ -126,7 +126,7 @@ extern "C" { #if defined(_KERNEL) && !defined(_ASM) -#if defined(DEBUG) +#if defined(ZFS_DEBUG) #if STACK_ALIGN == 4 #define ASSERT_STACK_ALIGNED() \ { \ |