diff options
author | Vasily Gorbik | 2020-10-13 22:35:27 +0200 |
---|---|---|
committer | Heiko Carstens | 2020-11-09 11:20:58 +0100 |
commit | 85cde0192a983b227341be11af2c3625d39bc374 (patch) | |
tree | 5f2ad53b6f1cc90058350ebe04f7e342b509ca09 /mm | |
parent | 13b5bd8af41ca56fd11cc0281f2a1201d8342233 (diff) |
s390/udelay: make it work for the early code
Currently udelay relies on working EXT interrupts handler, which is not
the case during early startup. In such cases udelay_simple() has to be
used instead.
To avoid mistakes of calling udelay too early, which could happen from
the common code as well - make udelay work for the early code by
introducing static branch and redirecting all udelay calls to
udelay_simple until EXT interrupts handler is fully initialized and
async stack is allocated.
Reviewed-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions