All of lore.kernel.org
 help / color / mirror / Atom feed
* ioremap_nocache problem?
@ 2001-01-23 10:30 ` Mark Mokryn
  0 siblings, 0 replies; 46+ messages in thread
From: Mark Mokryn @ 2001-01-23 10:30 UTC (permalink / raw)
  To: linux-mm, linux-kernel

ioremap_nocache does the following:
	return __ioremap(offset, size, _PAGE_PCD);

However, in drivers/char/mem.c (2.4.0), we see the following:

	/* On PPro and successors, PCD alone doesn't always mean 
	    uncached because of interactions with the MTRRs. PCD | PWT
	    means definitely uncached. */ 
	if (boot_cpu_data.x86 > 3)
		prot |= _PAGE_PCD | _PAGE_PWT;

Does this mean ioremap_nocache() may not do the job?

-mark
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 46+ messages in thread

end of thread, other threads:[~2001-01-26 19:22 UTC | newest]

Thread overview: 46+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-23 10:30 ioremap_nocache problem? Mark Mokryn
2001-01-23 10:30 ` Mark Mokryn
2001-01-23 16:53 ` Timur Tabi
2001-01-23 16:53 ` Timur Tabi
2001-01-25 15:16   ` Stephen C. Tweedie
2001-01-25 15:16     ` Stephen C. Tweedie
2001-01-25 15:56     ` Timur Tabi
2001-01-25 16:44       ` Roman Zippel
2001-01-25 16:44         ` Roman Zippel
2001-01-25 16:49         ` Timur Tabi
2001-01-26 10:39           ` Stephen C. Tweedie
2001-01-26 10:39             ` Stephen C. Tweedie
2001-01-25 16:49       ` Timur Tabi
2001-01-25 17:04         ` Jeff Hartmann
2001-01-25 17:04           ` Jeff Hartmann
2001-01-25 17:11           ` Timur Tabi
2001-01-25 17:11         ` Timur Tabi
     [not found]         ` <E14LpvQ-0008Pw-00@mail.valinux.com>
2001-01-25 17:47           ` Jeff Hartmann
2001-01-25 17:47             ` Jeff Hartmann
2001-01-25 17:53             ` Timur Tabi
2001-01-26 10:43               ` Stephen C. Tweedie
2001-01-26 10:43                 ` Stephen C. Tweedie
2001-01-26 16:32               ` Eric W. Biederman
2001-01-26 19:22                 ` Timur Tabi
2001-01-25 17:53           ` Timur Tabi
2001-01-25 18:13             ` Jeff Hartmann
2001-01-25 18:13               ` Jeff Hartmann
2001-01-25 18:18               ` Timur Tabi
2001-01-25 18:18             ` Timur Tabi
     [not found]             ` <E14Lqyt-0003z6-00@mail.valinux.com>
2001-01-25 18:46               ` Jeff Hartmann
2001-01-25 18:46                 ` Jeff Hartmann
     [not found]     ` <200101251556.f0PFuPd01743@mail.redhat.com>
2001-01-26 10:37       ` Stephen C. Tweedie
2001-01-26 10:37         ` Stephen C. Tweedie
2001-01-25 15:56   ` Timur Tabi
2001-01-23 18:12 ` Roman Zippel
2001-01-23 18:12   ` Roman Zippel
2001-01-23 18:38   ` Timur Tabi
2001-01-24  0:50   ` David Wragg
2001-01-24  0:50     ` David Wragg, David Wragg
2001-01-24 15:14     ` Timur Tabi
2001-01-24 15:14   ` Timur Tabi
     [not found]   ` <E14LRce-0008FU-00@diver.doc.ic.ac.uk>
2001-01-24 15:39     ` David Wragg
2001-01-24 15:39       ` David Wragg
2001-01-23 18:38 ` Timur Tabi
2001-01-24  1:01   ` David Wragg
2001-01-24  1:01     ` David Wragg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.