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

fcntl.h (388B)


      1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
      2#ifndef _ASM_IA64_FCNTL_H
      3#define _ASM_IA64_FCNTL_H
      4/*
      5 * Modified 1998-2000
      6 *	David Mosberger-Tang <davidm@hpl.hp.com>, Hewlett-Packard Co.
      7 */
      8
      9#define force_o_largefile()	\
     10		(personality(current->personality) != PER_LINUX32)
     11
     12#include <linux/personality.h>
     13#include <asm-generic/fcntl.h>
     14
     15#endif /* _ASM_IA64_FCNTL_H */