diff options
author | Flavio Cruz <flaviocruz@gmail.com> | 2023-02-12 18:54:58 -0500 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-02-13 01:00:32 +0100 |
commit | ea2646b6d6f2dc02a59a2693d08957596c84e9d3 (patch) | |
tree | 7a6c0e61eec61c4b7231fd2f35ff6c226b53b5c5 /i386/i386at/ioapic.c | |
parent | 7170cfbfb70cdce12ea6ec6697ed95c557aa1989 (diff) | |
download | gnumach-ea2646b6d6f2dc02a59a2693d08957596c84e9d3.tar.gz gnumach-ea2646b6d6f2dc02a59a2693d08957596c84e9d3.tar.bz2 gnumach-ea2646b6d6f2dc02a59a2693d08957596c84e9d3.zip |
Make mach_msg_header_t have the same size for both 64 bit kernel and userland.
This has several advantages:
1) We don't need to resize mach_msg_header_t, it is just a copy.
2) Mig won't require any changes because it statically computes the size
of mach_msg_header_t, otherwise we would need two sizes (28 vs 32 bytes).
Message-Id: <Y+l8UhXXX9Qo9tVA@jupiter.tail36e24.ts.net>
Diffstat (limited to 'i386/i386at/ioapic.c')
0 files changed, 0 insertions, 0 deletions