lkml.org 
[lkml]   [2008]   [Apr]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] x86: pgtable_32.h - prototype and section mismatch fixes

* Jacek Luczak <difrost.kernel@gmail.com> wrote:

> paravirt_pagetable_setup_[start,done]() is used by __init
> pagetable_init(). Annotate both functions with __init.

> #ifndef CONFIG_PARAVIRT
> -static inline void paravirt_pagetable_setup_start(pgd_t *base)
> +static inline void __init paravirt_pagetable_setup_start(pgd_t *base)
> {
> native_pagetable_setup_start(base);
> }

hm, that's an interesting case: we need those annotations probably
because gcc decided to not inline those functions. (this is possible via
the new CONFIG_OPTIMIZE_INLINING=y option) Sam, what's your take on
that?

Ingo


\
 
 \ /
  Last update: 2008-04-14 09:29    [W:0.075 / U:0.708 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site