Changeset bab75df6 in mainline for kernel/test/mm/purge1.c


Ignore:
Timestamp:
2018-11-01T09:36:24Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a6e55886
Parents:
482f968
git-author:
Jiri Svoboda <jiri@…> (2018-10-31 17:34:06)
git-committer:
Jiri Svoboda <jiri@…> (2018-11-01 09:36:24)
Message:

Let kernel code get printf via the standard stdio header. Clean up unused includes.

File:
1 edited

Legend:

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

    r482f968 rbab75df6  
    2727 */
    2828
    29 #include <print.h>
    3029#include <test.h>
    3130#include <mm/page.h>
     
    3534#include <arch/mm/tlb.h>
    3635#include <typedefs.h>
    37 #include <debug.h>
    3836
    3937extern void tlb_invalidate_all(void);
Note: See TracChangeset for help on using the changeset viewer.