Re: [PATCH 3/5] powerpc: Move create_(instruction|branch|function_call) into util.h
From: Linas Vepstas <hidden>
Date: 2006-03-30 18:10:59
From: Linas Vepstas <hidden>
Date: 2006-03-30 18:10:59
Hi, A minor quibble from the dept. of naming things: On Thu, Mar 30, 2006 at 05:12:59PM +1100, Michael Ellerman wrote:
===================================================================--- /dev/null +++ to-merge/include/asm-powerpc/util.h@@ -0,0 +1,56 @@ + +#ifndef _ASM_POWERPC_UTIL_H +#define _ASM_POWERPC_UTIL_H + +static inline void create_instruction(unsigned long addr, unsigned int instr)
Surely there is a more descriptive name for this new file than "util.h"? How about "dynamic_insn.h" or "insn_patch.h" or "dyn_fixup.h" or something like that? --linas