Commit 421aa069 authored by Juerg Haefliger's avatar Juerg Haefliger Committed by Stefan Bader

Revert "UBUNTU: SAUCE: s390: print messages for gmb and nobp"

BugLink: http://bugs.launchpad.net/bugs/1768474

This reverts commit 412264cd to be
replaced by the upstream patch set from 4.4.130.
Signed-off-by: default avatarJuerg Haefliger <juergh@canonical.com>
Signed-off-by: default avatarKleber Sacilotto de Souza <kleber.souza@canonical.com>
parent a35a7bfd
......@@ -137,11 +137,5 @@ void __init_or_module apply_alternatives(struct alt_instr *start,
extern struct alt_instr __alt_instructions[], __alt_instructions_end[];
void __init apply_alternative_instructions(void)
{
pr_info("gmb %s",
(__test_facility(81, S390_lowcore.alt_stfle_fac_list)) ?
"enabled" : "disabled");
pr_info("nobp %s",
(__test_facility(82, S390_lowcore.alt_stfle_fac_list)) ?
"enabled" : "disabled");
apply_alternatives(__alt_instructions, __alt_instructions_end);
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment