Revision 2ae6521504941650fd48bcefd288730c3e44211a authored by Heiko Carstens on 05 July 2021, 20:27:06 UTC, committed by Vasily Gorbik on 08 July 2021, 20:12:17 UTC
Move do_softirq_own_stack() to proper header file so it can be
inlined; saving a few cycles.

Reviewed-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
1 parent 938e02b
Raw File
rsapubkey.asn1
RsaPubKey ::= SEQUENCE {
	n INTEGER ({ rsa_get_n }),
	e INTEGER ({ rsa_get_e })
}
back to top