mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 17:26:40 +07:00
31ee4b2f40
Preset the bogomips number to the cpu capacity value reported by store system information in SYSIB 1.2.2. This value is constant for a particular machine model and can be used to determine relative performance differences between machines. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
11 lines
243 B
Makefile
11 lines
243 B
Makefile
#
|
|
# Makefile for s390-specific library files..
|
|
#
|
|
|
|
EXTRA_AFLAGS := -traditional
|
|
|
|
lib-y += delay.o string.o uaccess_std.o uaccess_pt.o qrnnd.o
|
|
lib-$(CONFIG_32BIT) += div64.o
|
|
lib-$(CONFIG_64BIT) += uaccess_mvcos.o
|
|
lib-$(CONFIG_SMP) += spinlock.o
|