Page MenuHomeFreeBSD

linuxkpi: Define `totalram_pages()`
ClosedPublic

Authored by dumbbell on Feb 12 2023, 10:02 AM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 9 2024, 12:04 PM
Unknown Object (File)
Sep 30 2024, 1:37 PM
Unknown Object (File)
Sep 26 2024, 9:55 PM
Unknown Object (File)
Sep 21 2024, 5:44 PM
Unknown Object (File)
Sep 19 2024, 5:01 AM
Unknown Object (File)
Sep 18 2024, 1:34 AM
Unknown Object (File)
Sep 10 2024, 7:33 PM
Unknown Object (File)
Sep 9 2024, 4:11 AM

Diff Detail

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

Event Timeline

sys/compat/linuxkpi/common/include/linux/mm.h
351

newline after unsigned long

same definition in i915_gem_shmem.c (maybe removed by another review?)

So we will need a __FreeBSD_version bump and a change to https://github.com/freebsd/drm-kmod/pull/233 to check it.
I'll need to cherry-pick the PR to 5.10-lts too and release a new port.

This revision is now accepted and ready to land.Feb 14 2023, 7:06 AM
This revision was automatically updated to reflect the committed changes.