Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/src/fb/fb.c

    re037cf37 rde96d3b  
    4545#include <align.h>
    4646#include <panic.h>
    47 #include <mem.h>
     47#include <memw.h>
    4848#include <config.h>
    4949#include <bitops.h>
     
    633633
    634634        instance->addr = (uint8_t *) km_map((uintptr_t) props->addr, fbsize,
    635             KM_NATURAL_ALIGNMENT, PAGE_WRITE | PAGE_NOT_CACHEABLE);
     635            KM_NATURAL_ALIGNMENT, PAGE_WRITE | PAGE_WRITE_COMBINE);
    636636        if (!instance->addr) {
    637637                LOG("Unable to map framebuffer.");
Note: See TracChangeset for help on using the changeset viewer.