aboutsummaryrefslogtreecommitdiff
path: root/src/globals.c
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-02-04 23:55:05 -0700
committerChristian Cunningham <cc@localhost>2022-02-04 23:55:05 -0700
commite3eb5a92ae3991cdfbb5a5cf553eac476bc5822f (patch)
treeb6f8b98b8e9b970dc08c218c07b1351b0eaf2944 /src/globals.c
parent1b14e08247393af5f4e8f2a3c31406ce750ca2f0 (diff)
Removed old mem
Diffstat (limited to 'src/globals.c')
-rw-r--r--src/globals.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/globals.c b/src/globals.c
index 5d3369d..8334a60 100644
--- a/src/globals.c
+++ b/src/globals.c
@@ -1,5 +1,4 @@
#define GLOBALS_C
-//#include <lib/mem.h>
#include <lib/kmem.h>
#include <util/mutex.h>
#include <graphics/drawer.h>
@@ -25,6 +24,4 @@ __attribute__((section(".bss"))) unsigned int gwidth;
__attribute__((section(".bss"))) unsigned int gheight;
__attribute__((section(".bss"))) unsigned int gpitch;
__attribute__((section(".bss"))) unsigned int gisrgb;
-__attribute__((section(".bss.mmheap"))) unsigned char rpi_heap[MAX_MM];
-__attribute__((section(".bss.mmheap.base"))) void* rpi_heap_top;
__attribute__((section(".bss"))) unsigned char stacks_table[MAX_THREADS];