commit b49927916245822eedfde1e0dcfb0735bd2aa5eb
Author: Sönke Holz <sholz8530@gmail.com>
AuthorDate: Tue Dec 3 18:33:43 2024 +0100
Commit: Sönke Holz <sholz8530@gmail.com>
CommitDate: Tue Dec 3 20:57:24 2024 +0100
LibELF+Kernel: Don't define SERENITY_PAGE_SIZE in ELFABI.h
ELFABI.h gets included during the toolchain build, so we shouldn't
include AK headers from that file.
SERENITY_PAGE_SIZE also isn't really related to ELF ABI, so move it to
the serenity_limits.h header.