Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch/aarch64





On Aug 4, 2018, at 2:09 AM, Maxime Villard <max%m00nbsd.net@localhost> wrote:

Regarding the DDB ifndef, probably there must be
a bit in ARM64 saying "disable page protection", so it could be set when
we enter DDB, and we could remove the ifndef.

It only matters when setting / removing breakpoints, so it seems like you want to defer changing page protection right until then.

Even if there's not a single bit that will do it (I honestly don't know), why not just fiddle with the L2 descriptor directly?

-- thorpej



Home | Main Index | Thread Index | Old Index