Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - SHMCTL_LAZYWRITE on SMP x86 architecture: (1 Item)
   
SHMCTL_LAZYWRITE on SMP x86 architecture  
File: \coreos_pub\trunk\services\system\memmgr\x86\x86_mtrr.c
Function: int x86_set_mtrr();

if(!(SYSPAGE_ENTRY(cpuinfo)->flags & X86_CPU_MTRR) || (NUM_PROCESSORS > 1))
{
		return -1;
}

As far as I understand write combining for physical memory region can be enabled in case there is one CPU in system only
. Am I getting these lines right ?

Any plans to fix this in the nearest future ?