On Thu, 18 Jul 2024 10:50:19 +0000 Janosch Frank <frankja@xxxxxxxxxxxxx> wrote: > The SIE control block is huge and takes up too much space. > > Additionally sie.h will now only contain sie lib structs and > declarations so we have a clear divide about which header contains > which things. > > Signed-off-by: Janosch Frank <frankja@xxxxxxxxxxxxx> > --- > lib/s390x/{sie.h => asm/sie-arch.h} | 58 +------ > lib/s390x/sie.h | 231 +--------------------------- > 2 files changed, 4 insertions(+), 285 deletions(-) > copy lib/s390x/{sie.h => asm/sie-arch.h} (81%) Reviewed-by: Christoph Schlameuss <schlameuss@xxxxxxxxxxxxx>