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)
Tue, Nov 18, 5:22 AM
Unknown Object (File)
Thu, Nov 6, 12:21 AM
Unknown Object (File)
Wed, Nov 5, 4:57 AM
Unknown Object (File)
Mon, Nov 3, 8:49 PM
Unknown Object (File)
Mon, Nov 3, 8:42 PM
Unknown Object (File)
Mon, Nov 3, 8:34 PM
Unknown Object (File)
Mon, Nov 3, 8:28 PM
Unknown Object (File)
Oct 24 2025, 3:44 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.