31cb4bd31a
This is an extension of the already existing hypfs for LPAR (DIAG 204). Data returned by DIAG 2fc is exported using the s390_hypfs when Linux is running under z/VM. Information about cpus and memory is provided. Data is put into different virtual files which can be accessed from user space. All values are represented as ASCII strings Signed-off-by: Michael Holzheu <holzheu@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
7 lines
153 B
Makefile
7 lines
153 B
Makefile
#
|
|
# Makefile for the linux hypfs filesystem routines.
|
|
#
|
|
|
|
obj-$(CONFIG_S390_HYPFS_FS) += s390_hypfs.o
|
|
|
|
s390_hypfs-objs := inode.o hypfs_diag.o hypfs_vm.o
|