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

exec.h (269B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/*
      3 * Copyright IBM Corp. 1999, 2009
      4 *
      5 * Author(s): Martin Schwidefsky <schwidefsky@de.ibm.com>
      6 */
      7
      8#ifndef __ASM_EXEC_H
      9#define __ASM_EXEC_H
     10
     11extern unsigned long arch_align_stack(unsigned long sp);
     12
     13#endif /* __ASM_EXEC_H */