retire PUBLIC, PRIVATE and FORWARD

This commit is contained in:
Ben Gras
2012-03-25 20:25:53 +02:00
parent 6a73e85ad1
commit 7336a67dfe
603 changed files with 5776 additions and 5779 deletions

View File

@@ -12,7 +12,7 @@ unsigned watchdog_local_timer_ticks = 0U;
struct arch_watchdog *watchdog;
int watchdog_enabled;
PRIVATE void lockup_check(struct nmi_frame * frame)
static void lockup_check(struct nmi_frame * frame)
{
/* FIXME this should be CPU local */
static unsigned no_ticks;
@@ -50,7 +50,7 @@ PRIVATE void lockup_check(struct nmi_frame * frame)
arch_watchdog_lockup(frame);
}
PUBLIC void nmi_watchdog_handler(struct nmi_frame * frame)
void nmi_watchdog_handler(struct nmi_frame * frame)
{
#if SPROFILE
/*