venkatesh.pallipadi@intel.com 28df82ebab devmem, x86: PAT Change /dev/mem mmap with O_SYNC to use UC_MINUS
All kernel mappings like ioremap(), etc uses UC_MINUS as the type. /dev/mem
mappings with /dev/mem being opened with O_SYNC however was using UC,
resulting in a conflict with /dev/mem mmap failing. This seems to be
affecting some apps (one being flashrom) which are using O_SYNC and which were
working before.

Switch /dev/mem with O_SYNC also to UC_MINUS.

Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-08-21 13:27:33 +02:00
..
2008-07-22 10:43:45 +02:00
2008-01-30 13:31:41 +01:00
2008-04-30 23:15:34 +02:00
2008-07-08 13:10:38 +02:00
2008-07-18 14:10:27 +02:00
2008-01-30 13:31:10 +01:00
2008-07-26 12:00:10 -07:00
2008-08-11 18:44:02 +02:00
2008-07-11 10:22:33 +02:00
2008-05-24 11:27:28 +02:00