summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorLuiz Souza <luiz@netgate.com>2018-02-23 19:44:47 -0300
committerLuiz Souza <luiz@netgate.com>2018-02-23 19:44:47 -0300
commit9a7a84dcaf8d6b033b724854ddcd42de5d5299f6 (patch)
tree4325cac8b4a0120d7b3491e347b9bcf33dce6eb2 /sys/amd64/include
parent2eec73396569fbb21ec9fa2a0590ed94dfa3b8a4 (diff)
downloadFreeBSD-src-9a7a84dcaf8d6b033b724854ddcd42de5d5299f6.zip
FreeBSD-src-9a7a84dcaf8d6b033b724854ddcd42de5d5299f6.tar.gz
Revert "Revert "MFC r319871:""
This reverts commit 63302e53ed4b3fe59711d939ba87433a9a12199d.
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/proc.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/amd64/include/proc.h b/sys/amd64/include/proc.h
index f4b59aa..4c2b244 100644
--- a/sys/amd64/include/proc.h
+++ b/sys/amd64/include/proc.h
@@ -70,6 +70,13 @@ struct mdproc {
#define KINFO_PROC_SIZE 1088
#define KINFO_PROC32_SIZE 768
+struct syscall_args {
+ u_int code;
+ struct sysent *callp;
+ register_t args[8];
+ int narg;
+};
+
#ifdef _KERNEL
/* Get the current kernel thread stack usage. */
@@ -92,13 +99,6 @@ int amd64_set_ldt_data(struct thread *td, int start, int num,
extern struct mtx dt_lock;
extern int max_ldt_segment;
-
-struct syscall_args {
- u_int code;
- struct sysent *callp;
- register_t args[8];
- int narg;
-};
#endif /* _KERNEL */
#endif /* !_MACHINE_PROC_H_ */
OpenPOWER on IntegriCloud