Path: blob/master/arch/powerpc/platforms/iseries/misc.S
10820 views
/*1* This file contains miscellaneous low-level functions.2* Copyright (C) 1995-2005 IBM Corp3*4* Largely rewritten by Cort Dougan ([email protected])5* and Paul Mackerras.6* Adapted for iSeries by Mike Corrigan ([email protected])7* PPC64 updates by Dave Engebretsen ([email protected])8*9* This program is free software; you can redistribute it and/or10* modify it under the terms of the GNU General Public License11* as published by the Free Software Foundation; either version12* 2 of the License, or (at your option) any later version.13*/1415#include <asm/processor.h>16#include <asm/asm-offsets.h>17#include <asm/ppc_asm.h>1819.text2021/* Handle pending interrupts in interrupt context */22_GLOBAL(iseries_handle_interrupts)23li r0,0x555524sc25blr262728