summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/tss.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/include/tss.h')
-rw-r--r--sys/amd64/include/tss.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/tss.h b/sys/amd64/include/tss.h
index aa60ba0..24d31b3 100644
--- a/sys/amd64/include/tss.h
+++ b/sys/amd64/include/tss.h
@@ -69,7 +69,7 @@ struct amd64tss {
};
#ifdef _KERNEL
-extern struct amd64tss common_tss;
+extern struct amd64tss common_tss[];
#endif
#endif /* _MACHINE_TSS_H_ */
OpenPOWER on IntegriCloud