Page MenuHomeFreeBSD

linuxkpi: Define `CONFIG_PGTABLE_LEVELS`
Needs ReviewPublic

Authored by dumbbell on Sun, Mar 8, 1:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 13, 5:18 PM
Unknown Object (File)
Wed, Mar 11, 12:55 AM
Subscribers

Details

Reviewers
None
Group Reviewers
linuxkpi
Summary

This is a kernel configuration constant that is expected to be defined.

The DRM generic code started to use it in Linux 6.11.

This is part of the update of DRM drivers to Linux 6.11.

Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

sys/compat/linuxkpi/common/include/linux/kconfig.h
96

is this not a dup definition?

dumbbell added inline comments.
sys/compat/linuxkpi/common/include/linux/kconfig.h
96

It is; fixing it.

dumbbell marked an inline comment as done.

Fix duplicate define as reported by @emaste