* Rusty Russell (rusty@rustcorp.com.au) wrote: [...]Almost.. actually, I have to call those architecture specific primitives : - text_poke : a memcpy that copies to write protected memory (disables the WP bit) - sync_core : synchronize the core, only defined on x86 I'll also have to add a flush_icache_range to support powerpc correctly, but this one turns out to be implemented on each architecture and therefore is not a problem. So I guess the proper way to do this would be to add : #define text_poke memcpy #define text_poke_early text_poke #define sync_core() to asm-$ARCH/cacheflush.h for each architecture we add support for HAS_IMMEDIATE ? Mathieu -- Mathieu Desnoyers Computer Engineering Ph.D. Student, Ecole Polytechnique de Montreal OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F BA06 3F25 A8FE 3BAE 9A68 -
| James Bottomley | [Ksummit-2008-discuss] Fixing the Kernel Janitors project |
| Tejun Heo | [PATCH 3/7] FUSE: implement nonseekable open |
| menage | [PATCH 00/10] Containers(V10): Generic Process Containers |
| Linus Torvalds | Linux 2.6.27-rc8 |
git: | |
| Bill Lear | Meaning of "fatal: protocol error: bad line length character"? |
| Linus Torvalds | People unaware of the importance of "git gc"? |
| Peter Karlsson | RCS keyword expansion |
| Junio C Hamano | Re: [PATCH/RFC] Allow writing loose objects that are corrupted in a pack file |
| Richard Stallman | Real men don't attack straw men |
| Joerg Zinke | openbsd router hardware |
| Christopher Sean Hilton | Soekris equivalent |
| Paul de Weerd | Re: About Xen: maybe a reiterative question but .. |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| David Miller | [GIT]: Networking |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Hannes Eder | [PATCH 03/27] drivers/net: fix sparse warning: returning void-valued expression |
