Rev 1303 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1303 | Rev 1702 | ||
---|---|---|---|
Line 24... | Line 24... | ||
24 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
24 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
25 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
25 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
26 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
27 | */ |
27 | */ |
28 | 28 | ||
- | 29 | /** @addtogroup ia32mm |
|
- | 30 | * @{ |
|
- | 31 | */ |
|
- | 32 | /** @file |
|
- | 33 | * @ingroup ia32mm, amd64mm |
|
- | 34 | */ |
|
- | 35 | ||
29 | #include <mm/frame.h> |
36 | #include <mm/frame.h> |
30 | #include <arch/mm/frame.h> |
37 | #include <arch/mm/frame.h> |
31 | #include <mm/as.h> |
38 | #include <mm/as.h> |
32 | #include <config.h> |
39 | #include <config.h> |
33 | #include <arch/boot/boot.h> |
40 | #include <arch/boot/boot.h> |
Line 133... | Line 140... | ||
133 | frame_mark_unavailable(0xd000 >> FRAME_WIDTH,3); |
140 | frame_mark_unavailable(0xd000 >> FRAME_WIDTH,3); |
134 | #endif |
141 | #endif |
135 | #endif |
142 | #endif |
136 | } |
143 | } |
137 | } |
144 | } |
- | 145 | ||
- | 146 | /** @} |
|
- | 147 | */ |
|
- | 148 |