文件操作 - code-patching-asm.h
返回文件管理
返回主菜单
删除本文件
文件: /usr/src/linux-headers-5.15.0-113/arch/powerpc/include/asm/code-patching-asm.h
编辑文件内容
/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright 2018, Michael Ellerman, IBM Corporation. */ #ifndef _ASM_POWERPC_CODE_PATCHING_ASM_H #define _ASM_POWERPC_CODE_PATCHING_ASM_H /* Define a "site" that can be patched */ .macro patch_site label name .pushsection ".rodata" .balign 4 .global \name \name: .4byte \label - . .popsection .endm #endif /* _ASM_POWERPC_CODE_PATCHING_ASM_H */
修改文件时间
将文件时间修改为当前时间的前一年
删除文件