[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <36674.1236714808@turing-police.cc.vt.edu>
Date: Tue, 10 Mar 2009 15:53:28 -0400
From: Valdis.Kletnieks@...edu
To: Ingo Molnar <mingo@...e.hu>
Cc: Jaswinder Singh Rajput <jaswinder@...nel.org>,
"H. Peter Anvin" <hpa@...or.com>, x86 maintainers <x86@...nel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [git-pull -tip V2] x86: cpu architecture debug code
On Tue, 10 Mar 2009 16:20:29 BST, Ingo Molnar said:
> If you look at arch/x86/mm/fault.c, they are sorted by length,
> and within the same length they are sorted alphabetically.
Huh? I just did a 'git pull' of Linus's tree, and I see fault.c looking like:
#include <linux/signal.h>
#include <linux/sched.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/types.h>
#include <linux/ptrace.h>
#include <linux/mmiotrace.h>
#include <linux/mman.h>
#include <linux/mm.h>
#include <linux/smp.h>
#include <linux/interrupt.h>
Not sure how it's sorted, but it's appparently not by length first. Also,
wouldn't logical interdependency count for something here, including stuff
in the order needed?
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists