Re: [PATCH v10 10/12] x86, mm, pat: Cleanup init flags in pat_init()

2015-05-29 Thread Borislav Petkov
On Wed, May 27, 2015 at 09:19:02AM -0600, Toshi Kani wrote: > pat_init() uses two flags, 'boot_cpu' and 'boot_pat_state', for > tracking the boot CPU's initialization status. 'boot_pat_state' > is also overloaded to carry the boot PAT value. > > This patch cleans this up by replacing them with a

Re: [PATCH v10 10/12] x86, mm, pat: Cleanup init flags in pat_init()

2015-05-29 Thread Borislav Petkov
On Wed, May 27, 2015 at 09:19:02AM -0600, Toshi Kani wrote: pat_init() uses two flags, 'boot_cpu' and 'boot_pat_state', for tracking the boot CPU's initialization status. 'boot_pat_state' is also overloaded to carry the boot PAT value. This patch cleans this up by replacing them with a new

[PATCH v10 10/12] x86, mm, pat: Cleanup init flags in pat_init()

2015-05-27 Thread Toshi Kani
pat_init() uses two flags, 'boot_cpu' and 'boot_pat_state', for tracking the boot CPU's initialization status. 'boot_pat_state' is also overloaded to carry the boot PAT value. This patch cleans this up by replacing them with a new single flag, 'boot_cpu_done', to track the boot CPU's

[PATCH v10 10/12] x86, mm, pat: Cleanup init flags in pat_init()

2015-05-27 Thread Toshi Kani
pat_init() uses two flags, 'boot_cpu' and 'boot_pat_state', for tracking the boot CPU's initialization status. 'boot_pat_state' is also overloaded to carry the boot PAT value. This patch cleans this up by replacing them with a new single flag, 'boot_cpu_done', to track the boot CPU's