Page MenuHomeFreeBSD

linuxkpi: pgtable: Add more defines
ClosedPublic

Authored by manu on Aug 10 2022, 6:47 AM.
Tags
None
Referenced Files
F96486478: D36101.diff
Wed, Sep 25, 4:23 AM
Unknown Object (File)
Thu, Sep 19, 12:35 AM
Unknown Object (File)
Wed, Sep 18, 9:13 AM
Unknown Object (File)
Wed, Sep 18, 6:49 AM
Unknown Object (File)
Wed, Sep 18, 4:38 AM
Unknown Object (File)
Tue, Sep 17, 4:34 AM
Unknown Object (File)
Mon, Sep 16, 12:52 PM
Unknown Object (File)
Mon, Sep 16, 12:42 AM

Details

Summary

Needed by drm-kmod

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

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 46855
Build 43744: arc lint + arc unit

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.