Comment 8 for bug 292619

Revision history for this message
TJ (tj) wrote :

The patch applies cleanly to the current Jaunty master so I'll propose it's inclusion. It could be added as a SAUCE patch which can be removed if mainline stable includes it later.

The process to add the x86-tip repository and cherry-pick from it is:

# ensure local repository is in-sync
git fetch origin
git rebase --onto origin/master origin/master@{1}

# add the x86-tip as a remote repository and fetch it
git remote add x86-tip git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tip.git
git fetch x86-tip

# for testing:
git checkout -b lp292619
git cherry-pick 3ff42da5048649
warning: too many files (created: 1361 deleted: 2001), skipping inexact rename detection
Auto-merged arch/x86/kernel/cpu/mtrr/generic.c
Finished one cherry-pick.
Created commit e731a6c: x86: mtrr: don't modify RdDram/WrDram bits of fixed MTRRs
 1 files changed, 30 insertions(+), 21 deletions(-)