diff options
| author | maxv <maxv@NetBSD.org> | 2018-07-26 17:20:08 +0000 |
|---|---|---|
| committer | maxv <maxv@NetBSD.org> | 2018-07-26 17:20:08 +0000 |
| commit | 4dec88625848c7f830e340acd4f3299181ac0a0a (patch) | |
| tree | 7ad181776ff0eae584233d4a98b62652e3b258c1 /lib/libc/stdlib/aligned_alloc.c | |
| parent | 778d9486f0392046d68b3936d9505f2debd8c84e (diff) | |
Remove the non-PAE-i386 code of Xen. The branches are reordered so that
__x86_64__ comes first, eg:
#if defined(PAE)
/* i386+PAE */
#elif defined(__x86_64__)
/* amd64 */
#else
/* i386 */
#endif
becomes
#ifdef __x86_64__
/* amd64 */
#else
/* i386+PAE */
#endif
Tested on i386pae-domU and amd64-dom0.
Diffstat (limited to 'lib/libc/stdlib/aligned_alloc.c')
0 files changed, 0 insertions, 0 deletions
