Page MenuHomeFreeBSD

linuxkpi: Define `totalram_pages()`
ClosedPublic

Authored by dumbbell on Feb 12 2023, 10:02 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 19, 2:55 AM
Unknown Object (File)
Wed, Apr 16, 2:02 AM
Unknown Object (File)
Mon, Apr 14, 2:48 PM
Unknown Object (File)
Sat, Apr 12, 5:55 PM
Unknown Object (File)
Feb 16 2025, 10:58 AM
Unknown Object (File)
Feb 15 2025, 4:16 PM
Unknown Object (File)
Feb 15 2025, 4:14 PM
Unknown Object (File)
Feb 15 2025, 7:41 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.