/*
- * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2008 Apple Computer, Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
ast_check(
processor_t processor)
{
- register thread_t thread = processor->active_thread;
+ thread_t thread = processor->active_thread;
processor->current_pri = thread->sched_pri;
if ( processor->state == PROCESSOR_RUNNING ||
processor->state == PROCESSOR_SHUTDOWN ) {
- register ast_t preempt;
+ ast_t preempt;
/*
* Propagate thread ast to processor.