]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
LinuxKPI: Finalize move of lindebugfs from ports to base.
authorJohannes Lundberg <johalun@FreeBSD.org>
Sun, 19 May 2019 15:44:21 +0000 (15:44 +0000)
committerJohannes Lundberg <johalun@FreeBSD.org>
Sun, 19 May 2019 15:44:21 +0000 (15:44 +0000)
commit03f1cf9f32ad6c8aacc2dcdb6b015923f5a346f8
tree7f46cae65cb94c9f4484eecfcc085a8d66d58d69
parentc5c891627861e0883e0c31010ebc6d382f0fb7de
LinuxKPI: Finalize move of lindebugfs from ports to base.

The source file was moved to base earlier and also improved upon,
but never compiled in. This patch will:
- Make a module in sys/modules
- Make lindebugfs depend on linuxkpi (for seq_file)
- Check if read/write functions are set before calling, DRM drivers
  don't always set both of them.

Reviewed by: hps
Approved by: imp (mentor), hps
MFC after: 1 week
sys/compat/lindebugfs/lindebugfs.c
sys/modules/Makefile
sys/modules/lindebugfs/Makefile [new file with mode: 0644]