Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1487308

Re: [PATCH] avr32: migrate exception table users off module.h and onto extable.h

From Paul Gortmaker <paul.gortmaker@windriver.com>
Newsgroups linux.kernel
Subject Re: [PATCH] avr32: migrate exception table users off module.h and onto extable.h
Date 2016-09-20 15:00 +0200
Message-ID <sjsOt-34H-9@gated-at.bofh.it> (permalink)
References <sjeVb-2T2-15@gated-at.bofh.it> <sjnF7-8kJ-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Re: [PATCH] avr32: migrate exception table users off module.h and onto extable.h] On 20/09/2016 (Tue 09:26) Hans-Christian Noren Egtvedt wrote:

> Around Mon 19 Sep 2016 17:59:49 -0400 or thereabout, Paul Gortmaker wrote:
> > These files were only including module.h for exception table
> > related functions.  We've now separated that content out into its
> > own file "extable.h" so now move over to that and avoid all the
> > extra header content in module.h that we don't really need to compile
> > these files.
> > 
> > One uses "print_modules" so that prevents us removing module.h in
> > that case, however.
> > 
> > Cc: Haavard Skinnemoen <hskinnemoen@gmail.com>
> > Cc: Hans-Christian Egtvedt <egtvedt@samfundet.no>
> > Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
> 
> Acked-by: Hans-Christian Noren Egtvedt <egtvedt@samfundet.no>
> 
> Do you have a series of fixes like this, or would you like me to push it
> through linux-avr32?

Please push it through avr32 ;I hope to get down to just the one
(abandoned) m32r arch patch remaining.

THanks,
Paul.
--

> 
> > ---
> > 
> > [see: https://lkml.org/lkml/2016/7/24/224 for additional context if needed]
> > 
> >  arch/avr32/kernel/traps.c | 3 ++-
> >  arch/avr32/mm/fault.c     | 2 +-
> >  2 files changed, 3 insertions(+), 2 deletions(-)
> 
> <snipp diff>
> 
> -- 
> Best regards, Hans-Christian Noren Egtvedt

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] avr32: migrate exception table users off module.h and onto extable.h Paul Gortmaker <paul.gortmaker@windriver.com> - 2016-09-20 00:10 +0200
  Re: [PATCH] avr32: migrate exception table users off module.h and  onto extable.h Hans-Christian Noren Egtvedt <egtvedt@samfundet.no> - 2016-09-20 09:30 +0200
    Re: [PATCH] avr32: migrate exception table users off module.h and  onto extable.h Paul Gortmaker <paul.gortmaker@windriver.com> - 2016-09-20 15:00 +0200
      Re: [PATCH] avr32: migrate exception table users off module.h and  onto extable.h Hans-Christian Noren Egtvedt <egtvedt@samfundet.no> - 2016-09-20 15:00 +0200

csiph-web