|
@@ -157,6 +157,9 @@ extern int sysctl_tsb_ratio;
|
|
|
|
|
|
#ifdef __hppa__
|
|
|
extern int pwrsw_enabled;
|
|
|
+#endif
|
|
|
+
|
|
|
+#ifdef CONFIG_SYSCTL_ARCH_UNALIGN_ALLOW
|
|
|
extern int unaligned_enabled;
|
|
|
#endif
|
|
|
|
|
@@ -545,6 +548,8 @@ static struct ctl_table kern_table[] = {
|
|
|
.mode = 0644,
|
|
|
.proc_handler = proc_dointvec,
|
|
|
},
|
|
|
+#endif
|
|
|
+#ifdef CONFIG_SYSCTL_ARCH_UNALIGN_ALLOW
|
|
|
{
|
|
|
.procname = "unaligned-trap",
|
|
|
.data = &unaligned_enabled,
|