On 17 December 2013 11:52, Stacey Son <s...@freebsd.org> wrote: > This change moves the cpu initialization and main loop code from > main.c to the OS and arch dependent directories. This eliminates > many of the #ifdef's in main.c. The cpu initialization and loop > code is now located in the arch directory along with target arch > support code.
Again, this is mixing refactoring and adding the new architecture support. > 40 files changed, 3001 insertions(+), 765 deletions(-) 3000 lines of code is way too much to review in a single patch unless it is pure copy-and-paste code movement (and even then it's borderline). thanks -- PMM