History log of /haiku/src/system/kernel/arch/ppc/paging/classic/PPCVMTranslationMapClassic.cpp
Revision Date Author Comments
# 057fe191 01-Sep-2021 Augustin Cavalier <waddlesplash@gmail.com>

kernel: Break thread-related AutoLockers into a separate header.

Including thread.h brings a massive array of things with it from
the kernel thread arch headers, team and thread definitions,
hash tables, linked lists, Referenceable, etc. that the vast majority
of AutoLock.h consumers neither want nor need.

So, put these in a separate header, and adjust all consumers of these
lockers to include the new file.

This change exposes the fact that a lot of files were inadvertently
making use of headers included indirectly through thread.h. Those
will be fixed in the next commit.


# a736630c 08-Jan-2021 Adrien Destugues <adrien.destugues@opensource.viveris.fr>

Fix ppc build

Remaining uses of PAGE_SIZE that I didn't notice.


# 62caef87 08-Nov-2013 François Revol <revol@free.fr>

PPC: Restructure paging stuff to match other platforms

First attempt.

Totally untested.