diff --git a/debian/changelog b/debian/changelog index 27614b892..fcdd7031c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,9 @@ linux (4.16~rc5-1~exp1) UNRELEASED; urgency=medium * [arm64] Apply patch from linux-next to fix eMMC corruption on Odroid-C2 (Closes: #879072). + [ Helge Deller ] + * [hppa] Re-enable 32-bit SMP kernel build. Qemu now supports it. + -- Uwe Kleine-König Fri, 23 Feb 2018 13:08:33 +0100 linux (4.15.4-1) unstable; urgency=medium diff --git a/debian/config/hppa/defines b/debian/config/hppa/defines index 761bda61f..de084e1d3 100644 --- a/debian/config/hppa/defines +++ b/debian/config/hppa/defines @@ -1,5 +1,5 @@ [base] -flavours: parisc parisc64-smp +flavours: parisc parisc-smp parisc64-smp kernel-arch: parisc [build] @@ -15,6 +15,10 @@ install-stem: vmlinux hardware: 32-bit PA-RISC hardware-long: HP PA-RISC 32-bit systems with max 4 GB RAM +[parisc-smp_description] +hardware: multiprocessor 32-bit PA-RISC +hardware-long: HP PA-RISC 32-bit SMP systems with max 4 GB RAM + [parisc64-smp_base] cflags: -fno-cse-follow-jumps override-host-type: hppa64-linux-gnu