x86: Add some log categories
Add categories for i8259 and bios files, so that log statements have the right category.
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
* Copyright (C) 2007 Advanced Micro Devices, Inc.
|
||||
* Copyright (C) 2009-2010 coresystems GmbH
|
||||
*/
|
||||
|
||||
#define LOG_CATEGRORY LOGC_ARCH
|
||||
|
||||
#include <compiler.h>
|
||||
#include <bios_emul.h>
|
||||
#include <irq_func.h>
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
* Copyright (C) 2007-2009 coresystems GmbH
|
||||
*/
|
||||
|
||||
#define LOG_CATEGRORY LOGC_ARCH
|
||||
|
||||
#include <log.h>
|
||||
#include <asm/pci.h>
|
||||
#include "bios_emul.h"
|
||||
|
||||
@@ -13,6 +13,8 @@
|
||||
* Programmable Interrupt Controllers.
|
||||
*/
|
||||
|
||||
#define LOG_CATEGORY UCLASS_IRQ
|
||||
|
||||
#include <log.h>
|
||||
#include <asm/io.h>
|
||||
#include <asm/i8259.h>
|
||||
|
||||
Reference in New Issue
Block a user