Use generic sswap/dswap kernels for NEHALEM 32bit

to fix fault found by the restored swap utest
This commit is contained in:
Martin Kroeker 2018-02-17 18:18:12 +01:00 committed by GitHub
parent 914f168527
commit c69bc4ef89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1 +1,3 @@
include $(KERNELDIR)/KERNEL.PENRYN
SSWAPKERNEL = ../arm/swap.c
DSWAPKERNEL = ../arm/swap.c