repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
btrfs: Attempt to fix GCC2 build.
[haiku.git]
/
src
/
system
/
kernel
/
arch
/
arm
/
paging
/
ARMPagingMethod.cpp
blob
04745a7cb3c35994e11224c4a50741f6e8fc06e8
1
/*
2
* Copyright 2010, Ingo Weinhold, ingo_weinhold@gmx.de.
3
* Distributed under the terms of the MIT License.
4
*/
5
6
7
#include
"paging/ARMPagingMethod.h"
8
9
10
ARMPagingMethod
*
gARMPagingMethod
;
11
12
13
ARMPagingMethod
::~
ARMPagingMethod
()
14
{
15
}