Skip to content
Snippets Groups Projects
Commit f72bd572 authored by Subv's avatar Subv
Browse files

Kernel/Memory: Remove the Shared Memory region from the legacy memory map.

parent 1bd0cf54
No related branches found
No related tags found
No related merge requests found
...@@ -107,7 +107,6 @@ struct MemoryArea { ...@@ -107,7 +107,6 @@ struct MemoryArea {
// We don't declare the IO regions in here since its handled by other means. // We don't declare the IO regions in here since its handled by other means.
static MemoryArea memory_areas[] = { static MemoryArea memory_areas[] = {
{SHARED_MEMORY_VADDR, SHARED_MEMORY_SIZE, "Shared Memory"}, // Shared memory
{VRAM_VADDR, VRAM_SIZE, "VRAM"}, // Video memory (VRAM) {VRAM_VADDR, VRAM_SIZE, "VRAM"}, // Video memory (VRAM)
{TLS_AREA_VADDR, TLS_AREA_SIZE, "TLS Area"}, // TLS memory {TLS_AREA_VADDR, TLS_AREA_SIZE, "TLS Area"}, // TLS memory
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment