Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

sysctl: Removed unused variable

Remove unaligned_dump_stack from sysctl.h; it is no longer used or
defined.

Signed-off-by: Joel Granados <joel.granados@kernel.org>

-1
-1
include/linux/sysctl.h
··· 243 243 void *data); 244 244 245 245 extern int unaligned_enabled; 246 - extern int unaligned_dump_stack; 247 246 extern int no_unaligned_warning; 248 247 249 248 #else /* CONFIG_SYSCTL */