Commit ba9f12e6 authored by Anton Blanchard's avatar Anton Blanchard

ppc64: update defconfig and add missing include

parent e13641c9
...@@ -293,6 +293,7 @@ CONFIG_E1000=y ...@@ -293,6 +293,7 @@ CONFIG_E1000=y
# CONFIG_NS83820 is not set # CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set # CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set # CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set
# CONFIG_SK98LIN is not set # CONFIG_SK98LIN is not set
# CONFIG_TIGON3 is not set # CONFIG_TIGON3 is not set
# CONFIG_FDDI is not set # CONFIG_FDDI is not set
...@@ -623,6 +624,12 @@ CONFIG_FONT_8x16=y ...@@ -623,6 +624,12 @@ CONFIG_FONT_8x16=y
# #
# CONFIG_BT is not set # CONFIG_BT is not set
#
# Profiling support
#
CONFIG_PROFILING=y
CONFIG_OPROFILE=y
# #
# Kernel hacking # Kernel hacking
# #
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
#define _PPC64_HW_IRQ_H #define _PPC64_HW_IRQ_H
#include <linux/config.h> #include <linux/config.h>
#include <linux/errno.h>
#include <asm/irq.h> #include <asm/irq.h>
int timer_interrupt(struct pt_regs *); int timer_interrupt(struct pt_regs *);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment