Revision e9e7ff16d7f098f6fa9394e9d2b191c01ba0d5f6 authored by Huacai Chen on 19 July 2022, 02:53:13 UTC, committed by Huacai Chen on 12 August 2022, 05:10:11 UTC
Parse MADT to get multi-processor information, in order to fix the boot
problem and cpu-hotplug problem for SMP platform.

Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
1 parent ab2579d
Raw File
Makefile
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_9P_FS) := 9p.o

9p-objs := \
	vfs_super.o \
	vfs_inode.o \
	vfs_inode_dotl.o \
	vfs_addr.o \
	vfs_file.o \
	vfs_dir.o \
	vfs_dentry.o \
	v9fs.o \
	fid.o  \
	xattr.o

9p-$(CONFIG_9P_FSCACHE) += cache.o
9p-$(CONFIG_9P_FS_POSIX_ACL) += acl.o
back to top