commit | 1df7d5e4baeac74d14c1bee18b2dff9302b3efbc | [log] [tgz] |
---|---|---|
author | Nicholas Piggin <npiggin@gmail.com> | Fri Jun 18 01:51:02 2021 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Fri Jun 25 00:06:55 2021 +1000 |
tree | 0a2153f84ec8eeae5ecaa79d07f93dc42ca9e9af | |
parent | bf9155f1970c4dbf9ec6b87d3688433bd494a4e1 [diff] |
powerpc/64s: introduce different functions to return from SRR vs HSRR interrupts This makes no real difference yet except that HSRR type interrupts will use hrfid to return. This is important for the next patch. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20210617155116.2167984-4-npiggin@gmail.com