cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

hardirq_32.h (334B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/* hardirq.h: 32-bit Sparc hard IRQ support.
      3 *
      4 * Copyright (C) 1997 David S. Miller (davem@caip.rutgers.edu)
      5 * Copyright (C) 1998-2000 Anton Blanchard (anton@samba.org)
      6 */
      7
      8#ifndef __SPARC_HARDIRQ_H
      9#define __SPARC_HARDIRQ_H
     10
     11#include <asm-generic/hardirq.h>
     12
     13#endif /* __SPARC_HARDIRQ_H */