Page MenuHomeFreeBSD

linuxkpi: pgtable: Add more defines
ClosedPublic

Authored by manu on Aug 10 2022, 6:47 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 29, 2:18 AM
Unknown Object (File)
Mon, Apr 22, 8:34 AM
Unknown Object (File)
Mon, Apr 22, 8:31 AM
Unknown Object (File)
Fri, Apr 19, 10:30 PM
Unknown Object (File)
Mar 4 2024, 10:55 AM
Unknown Object (File)
Jan 23 2024, 3:15 PM
Unknown Object (File)
Jan 13 2024, 2:25 AM
Unknown Object (File)
Jan 10 2024, 5:31 AM

Details

Summary

Needed by drm-kmod

Obtained from: drm-kmod
Sponsored by: Beckhoff Automation GmbH & Co. KG

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

manu requested review of this revision.Aug 10 2022, 6:47 AM

I do not have enough ideas about this but given it is not wrapped in amd64 and i386 I wonder if we (a) should do that or (b) what @andrew thinks about this?

How is it used? e.g. is it used with code that reads the page table directly?

In D36101#819960, @bz wrote:

I do not have enough ideas about this but given it is not wrapped in amd64 and i386 I wonder if we (a) should do that or (b) what @andrew thinks about this?

It's only used in i915 so I don't mind adding some ifdef on those arches.

Only add the defines for x86 as it's x86 related.

This revision is now accepted and ready to land.Aug 11 2022, 11:26 AM
This revision was automatically updated to reflect the committed changes.