Skip to content

Commit

Permalink
Merge tag 'metag-for-v4.8-rc2' of git://git.kernel.org/pub/scm/linux/…
Browse files Browse the repository at this point in the history
…kernel/git/jhogan/metag

Pull metag architecture fix from James Hogan:
 "A single fix for a boot crash since a commit in the merge window.

  Metag was unusual in calling show_mem() early, before setup_per_cpu_pageset(),
  which is no longer safe.  It doesn't add much value to the log, so the
  fix just drops the call"

* tag 'metag-for-v4.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag:
  metag: Drop show_mem() from mem_init()
  • Loading branch information
Linus Torvalds committed Aug 10, 2016
2 parents aec742e + 97b1d23 commit 315581a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/metag/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@ void __init mem_init(void)

free_all_bootmem();
mem_init_print_info(NULL);
show_mem(0);
}

void free_initmem(void)
Expand Down

0 comments on commit 315581a

Please sign in to comment.