login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
October
»
3
Re: [PATCH 2/2] x86: mtrr_cleanup try gran_size to less than 1M
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: H. Peter Anvin
Subject:
Re: [PATCH 2/2] x86: mtrr_cleanup try gran_size to less than 1M
Date: Friday, October 3, 2008 - 12:38 am
Ingo Molnar wrote:
quoted text
> * J.A. Magallón <jamagallon@ono.com> wrote: > >> Also, on a 64 bit box with 4Gb, it gives this: >> >> cicely:~# cat /proc/mtrr >> reg00: base=0x00000000 ( 0MB), size=4096MB: write-back, count=1 >> reg01: base=0x100000000 (4096MB), size=1024MB: write-back, count=1 >> reg02: base=0x140000000 (5120MB), size= 512MB: write-back, count=1 >> reg03: base=0x160000000 (5632MB), size= 256MB: write-back, count=1 >> reg04: base=0x80000000 (2048MB), size=2048MB: uncachable, count=1 >> >> Patch below cleans up formatting, with space for big bases and sizes (64 Gb). > > applied to tip/x86/mtrr, thanks! > >> +++ arch/x86/kernel/cpu/mtrr/if.c 2008-10-03 00:22:34.000000000 +0200 >> @@ -16,7 +16,7 @@ >> static const char *const mtrr_strings[MTRR_NUM_TYPES] = >> { >> "uncachable", /* 0 */ >> - "write-combining", /* 1 */ >> + "write-combine", /* 1 */ > > hm, maybe this bit could confuse versions of Xorg that modifies > /proc/mtrr - i.e. this could be part of the ABI towards user-space. > We'll see. >
This *IS* part of the ABI toward userspace, although I think Xorg uses the ioctl() interface. -hpa --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 1/2] x86: mtrr_cleanup prepare to make gran_size to ...
, Yinghai Lu
, (Mon Sep 29, 6:54 pm)
[PATCH 2/2] x86: mtrr_cleanup try gran_size to less than 1M
, Yinghai Lu
, (Mon Sep 29, 6:54 pm)
Re: [PATCH 1/2] x86: mtrr_cleanup prepare to make gran_siz ...
, H. Peter Anvin
, (Mon Sep 29, 9:07 pm)
Re: [PATCH 1/2] x86: mtrr_cleanup prepare to make gran_siz ...
, Ingo Molnar
, (Tue Sep 30, 12:45 am)
Re: [PATCH 1/2] x86: mtrr_cleanup prepare to make gran_siz ...
, Ingo Molnar
, (Tue Sep 30, 1:11 am)
Re: [PATCH 1/2] x86: mtrr_cleanup prepare to make gran_siz ...
, Yinghai Lu
, (Tue Sep 30, 9:06 am)
Re: [PATCH 1/2] x86: mtrr_cleanup prepare to make gran_siz ...
, H. Peter Anvin
, (Tue Sep 30, 11:50 am)
Re: [PATCH 2/2] x86: mtrr_cleanup try gran_size to less th ...
, J.A.
, (Thu Oct 2, 3:03 pm)
Re: [PATCH 2/2] x86: mtrr_cleanup try gran_size to less th ...
, J.A.
, (Thu Oct 2, 3:32 pm)
Re: [PATCH 2/2] x86: mtrr_cleanup try gran_size to less th ...
, Yinghai Lu
, (Thu Oct 2, 3:33 pm)
Re: [PATCH 2/2] x86: mtrr_cleanup try gran_size to less th ...
, Yinghai Lu
, (Thu Oct 2, 3:39 pm)
Re: [PATCH 2/2] x86: mtrr_cleanup try gran_size to less th ...
, Yinghai Lu
, (Thu Oct 2, 3:46 pm)
Re: [PATCH 2/2] x86: mtrr_cleanup try gran_size to less th ...
, Yinghai Lu
, (Thu Oct 2, 3:52 pm)
Re: [PATCH 2/2] x86: mtrr_cleanup try gran_size to less th ...
, J.A.
, (Thu Oct 2, 3:58 pm)
Re: [PATCH 2/2] x86: mtrr_cleanup try gran_size to less th ...
, J.A.
, (Thu Oct 2, 4:00 pm)
Re: [PATCH 2/2] x86: mtrr_cleanup try gran_size to less th ...
, Yinghai Lu
, (Thu Oct 2, 4:20 pm)
Re: [PATCH 2/2] x86: mtrr_cleanup try gran_size to less th ...
, J.A.
, (Thu Oct 2, 4:20 pm)
Re: [PATCH 2/2] x86: mtrr_cleanup try gran_size to less th ...
, Yinghai Lu
, (Thu Oct 2, 4:45 pm)
Re: [PATCH 2/2] x86: mtrr_cleanup try gran_size to less th ...
, D. Hugh Redelmeier
, (Thu Oct 2, 4:55 pm)
Re: [PATCH 2/2] x86: mtrr_cleanup try gran_size to less th ...
, Yinghai Lu
, (Thu Oct 2, 6:27 pm)
Re: [PATCH 2/2] x86: mtrr_cleanup try gran_size to less th ...
, Ingo Molnar
, (Fri Oct 3, 12:37 am)
Re: [PATCH 2/2] x86: mtrr_cleanup try gran_size to less th ...
, Ingo Molnar
, (Fri Oct 3, 12:38 am)
Re: [PATCH 2/2] x86: mtrr_cleanup try gran_size to less th ...
, H. Peter Anvin
, (Fri Oct 3, 12:38 am)
Re: [PATCH 2/2] x86: mtrr_cleanup try gran_size to less th ...
, H. Peter Anvin
, (Fri Oct 3, 12:40 am)
Re: [PATCH 2/2] x86: mtrr_cleanup try gran_size to less th ...
, J.A.
, (Fri Oct 3, 12:41 am)
Re: [PATCH 2/2] x86: mtrr_cleanup try gran_size to less th ...
, Ingo Molnar
, (Fri Oct 3, 12:42 am)
Re: [PATCH 2/2] x86: mtrr_cleanup try gran_size to less th ...
, Ingo Molnar
, (Fri Oct 3, 12:44 am)
Re: [PATCH 2/2] x86: mtrr_cleanup try gran_size to less th ...
, H. Peter Anvin
, (Fri Oct 3, 12:44 am)
Re: [PATCH 2/2] x86: mtrr_cleanup try gran_size to less th ...
, D. Hugh Redelmeier
, (Fri Oct 3, 7:57 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Dave Jones
Re: OT: character encodings (was: Linux 2.6.20-rc4)
Greg Kroah-Hartman
[PATCH 17/36] sysdev: detect multiple driver registrations
Sam Ravnborg
Re: [PATCH] kbuild: fix make V=1
Nick Piggin
Re: [PATCH 0/24] make atomic_read() behave consistently across all architectures
Cong Wang
Re: [v2 Patch 3/3] bonding: make bonding support netpoll
git
:
Stephen R. van den Berg
Re: [RFC] origin link for cherry-pick and revert
Junio C Hamano
Re: [PATCH 1/2] Teach git-describe to display distances from tags.
Johannes Schindelin
Re: [PATCH 2/2] git-svn: support fetch with autocrlf on
Junio C Hamano
Re: [PATCH 6/6] Teach core object handling functions about gitlinks
James Henstridge
Re: VCS comparison table
linux-netdev
:
Jarek Poplawski
Re: [PATCH] flush_work_sync vs. flush_scheduled_work Re: [PATCH] PHYLIB: IRQ event...
Lennert Buytenhek
Re: Distributed Switch Architecture(DSA)
Daniel Schaffrath
Re: tcp bw in 2.6
Guo-Fu Tseng
Re: jme: UDP checksum error, and lots of them
Gerrit Renker
[PATCH 37/37] dccp: Debugging functions for feature negotiation
openbsd-misc
:
Claudio Jeker
Re: Vlan Tag on Vlan Tag (l2tunneling)
Josh Grosse
ssh/sshd challenge-response seems to have stopped working in -current
Pieter Verberne
File collision while using pkg_add
Tomas Bodzar
bsd: uvm_mapent_alloc: out of static map entries
Community First Financial
Teacher A+ Loan
git-commits-head
:
Linux Kernel Mailing List
ath9k: Added get_survey callback in order to get channel noise
Linux Kernel Mailing List
tracing: protect reader of cmdline output
Linux Kernel Mailing List
kconfig: recalc symbol value before showing search results
Linux Kernel Mailing List
[ARM] 5185/1: Fix spi num_chipselect for lubbock
Linux Kernel Mailing List
swsusp: provide users with a hint about the no_console_suspend option
Colocation donated by:
Syndicate