Skip to content
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.

Kmem rework (WIP) #414

Closed
wants to merge 11 commits into from
6 changes: 3 additions & 3 deletions include/linux/proc_compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
* with the SPL. If not, see <http://www.gnu.org/licenses/>.
\*****************************************************************************/

#ifndef _SPL_PROC_H
#define _SPL_PROC_H
#ifndef _SPL_PROC_COMPAT_H
#define _SPL_PROC_COMPAT_H

#include <linux/proc_fs.h>

Expand All @@ -32,4 +32,4 @@ extern struct proc_dir_entry *proc_spl_kstat;
int spl_proc_init(void);
void spl_proc_fini(void);

#endif /* SPL_PROC_H */
#endif /* SPL_PROC_COMPAT_H */
2 changes: 2 additions & 0 deletions include/sys/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ KERNEL_H = \
$(top_srcdir)/include/sys/isa_defs.h \
$(top_srcdir)/include/sys/kidmap.h \
$(top_srcdir)/include/sys/kmem.h \
$(top_srcdir)/include/sys/kmem_cache.h \
$(top_srcdir)/include/sys/kobj.h \
$(top_srcdir)/include/sys/kstat.h \
$(top_srcdir)/include/sys/list.h \
Expand Down Expand Up @@ -94,6 +95,7 @@ KERNEL_H = \
$(top_srcdir)/include/sys/varargs.h \
$(top_srcdir)/include/sys/vfs.h \
$(top_srcdir)/include/sys/vfs_opreg.h \
$(top_srcdir)/include/sys/vmem.h \
$(top_srcdir)/include/sys/vmsystm.h \
$(top_srcdir)/include/sys/vnode.h \
$(top_srcdir)/include/sys/zmod.h \
Expand Down
Loading