Re: [PATCH 3/3] Final removal of FASTCALL()/fastcall

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Andrew Morton
Date: Monday, February 11, 2008 - 2:17 pm

On Mon, 11 Feb 2008 10:38:42 -0800
Harvey Harrison <harvey.harrison@gmail.com> wrote:


I'm still showing occurrences in:

./Documentation/RCU/NMI-RCU.txt
./Documentation/kprobes.txt
./Documentation/uml/UserModeLinux-HOWTO.txt
./kernel/rcupdate.c

The last one is interesting:

/* FASTCALL no longer exists, this wrapper may no longer be needed */
static void wakeme_after_rcu(struct rcu_head  *head)
{
        struct rcu_synchronize *rcu;

        rcu = container_of(head, struct rcu_synchronize, head);
        complete(&rcu->completion);
}

The comment is rather ungrammatical/meaningless.  Perhaps it is trying
to tell us that we can remove this function now?
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 3/3] Final removal of FASTCALL()/fastcall, Harvey Harrison, (Mon Feb 11, 11:38 am)
Re: [PATCH 3/3] Final removal of FASTCALL()/fastcall, Andrew Morton, (Mon Feb 11, 2:17 pm)
Re: [PATCH 3/3] Final removal of FASTCALL()/fastcall, Harvey Harrison, (Mon Feb 11, 2:26 pm)
Re: [PATCH 3/3] Final removal of FASTCALL()/fastcall, Paul E. McKenney, (Mon Feb 11, 6:49 pm)