[haiku-commits] Re: r35476 - haiku/trunk/src/system/kernel/vm

  • From: Jérôme Duval <korli@xxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 15 Feb 2010 23:36:45 +0100

Hi Ingo,

2010/2/15  <ingo_weinhold@xxxxxx>:
> Author: bonefish
> Date: 2010-02-15 20:10:44 +0100 (Mon, 15 Feb 2010)
> New Revision: 35476
> Changeset: http://dev.haiku-os.org/changeset/35476/haiku
>
> Modified:
>   haiku/trunk/src/system/kernel/vm/VMTranslationMap.cpp
> Log:
> UnmapPage() requires the caller to deal with the debug page access marking,
> so the fallback implementations of UnmapPages() and UnmapArea() need to do
> that. Not relevant for x86.

Could you please have a look at why this change breaks the build ?

Bye,
Jérôme

/Build-O-Matic/rewrite2/output/haiku/src/system/kernel/vm/VMTranslationMap.cpp:
In member function 'virtual void VMTranslationMap::UnmapPages(VMArea*,
addr_t, size_t, bool)':
/Build-O-Matic/rewrite2/output/haiku/src/system/kernel/vm/VMTranslationMap.cpp:47:
error: 'map' was not declared in this scope
/Build-O-Matic/rewrite2/output/haiku/src/system/kernel/vm/VMTranslationMap.cpp:48:
error: 'PAGE_PRESENT' was not declared in this scope
/Build-O-Matic/rewrite2/output/haiku/src/system/kernel/vm/VMTranslationMap.cpp:49:
error: 'vm_lookup_page' was not declared in this scope
/Build-O-Matic/rewrite2/output/haiku/src/system/kernel/vm/VMTranslationMap.cpp:
In member function 'virtual void VMTranslationMap::UnmapArea(VMArea*,
bool, bool)':
/Build-O-Matic/rewrite2/output/haiku/src/system/kernel/vm/VMTranslationMap.cpp:88:
error: 'map' was not declared in this scope
/Build-O-Matic/rewrite2/output/haiku/src/system/kernel/vm/VMTranslationMap.cpp:89:
error: 'PAGE_PRESENT' was not declared in this scope
/Build-O-Matic/rewrite2/output/haiku/src/system/kernel/vm/VMTranslationMap.cpp:90:
error: 'vm_lookup_page' was not declared in this scope

Other related posts: