Package: linux Version: 3.13 Severity: bug Tags: patch As soon as the debian kernel will start with kernel 3.13, please remove the CONFIG_MLONGCALLS=y option as it's then not any longer needed. The option is still needed in the <= 3.12 kernel.
(This is a follow-up on Bug# 721191)
Index: linux/debian/config/hppa/config.parisc64-smp =================================================================== --- linux/debian/config/hppa/config.parisc64-smp (revision 20943) +++ linux/debian/config/hppa/config.parisc64-smp (working copy) @@ -8,7 +8,6 @@ CONFIG_64BIT=y CONFIG_SMP=y CONFIG_NR_CPUS=8 -CONFIG_MLONGCALLS=y ## ## file: drivers/ata/Kconfig

