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 12, 1:15 PM
Unknown Object (File)
Tue, Nov 12, 1:13 PM
Unknown Object (File)
Tue, Nov 12, 12:59 PM
Unknown Object (File)
Tue, Nov 5, 7:00 AM
Unknown Object (File)
Mon, Nov 4, 3:19 AM
Unknown Object (File)
Sun, Nov 3, 5:38 AM
Unknown Object (File)
Sun, Nov 3, 5:38 AM
Unknown Object (File)
Sun, Nov 3, 5:37 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.