]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
LinuxKPI: Finalize move of lindebugfs from ports to base.
authorjohalun <johalun@FreeBSD.org>
Sun, 19 May 2019 15:44:21 +0000 (15:44 +0000)
committerjohalun <johalun@FreeBSD.org>
Sun, 19 May 2019 15:44:21 +0000 (15:44 +0000)
commit80233392cc6c811031aec38f2576c93b1605fe87
tree7f46cae65cb94c9f4484eecfcc085a8d66d58d69
parent8b9a164441bb14ea61ac44b3fb966505b2c67e5f
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]