Changeset b169619 in mainline for kernel/test/mm/slab2.c


Ignore:
Timestamp:
2023-10-27T17:38:32Z (15 months ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master, topic/msim-upgrade, topic/simplify-dev-export
Children:
44e8541
Parents:
c89ae25
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-27 13:19:20)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-27 17:38:32)
Message:

Deduplicate mem functions

There are a number of functions which are copied between
kernel, libc, and potentially boot too. mem*() functions
are first such offenders. All this duplicate code will
be moved to directory 'common'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/test/mm/slab2.c

    rc89ae25 rb169619  
    3232#include <arch.h>
    3333#include <mm/frame.h>
    34 #include <mem.h>
     34#include <memw.h>
    3535#include <synch/condvar.h>
    3636#include <synch/mutex.h>
Note: See TracChangeset for help on using the changeset viewer.