tech-net archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: RFC: softint-based if_input



   Date: Thu, 4 Feb 2016 14:35:46 +0900
   From: Ryota Ozaki <ozaki-r%netbsd.org@localhost>

   On Thu, Feb 4, 2016 at 11:35 AM, Thor Lancelot Simon <tls%panix.com@localhost> wrote:
   > On Wed, Feb 03, 2016 at 01:44:58PM +0900, Ryota Ozaki wrote:
   >>
   >> It's probably simple but time-consuming because there are more than
   >> one and a half hundreds drivers. I just want to avoid spending time
   >> for this task and go back to the main task (L3 MP-ification)...
   >
   > If you can get spatch to build, it may be smart enough to do this for you.

   What do you mean? spatch?

http://coccinelle.lip6.fr/

`spatch' stands for `semantic patch' -- it applies a semantic change
like `rename the field foo to _foo', rather than a lexical change like
`replace the line ``foo'' at line 4 with the line ``bar''.'


Home | Main Index | Thread Index | Old Index