Changeset b45c443 in mainline for arch/ppc64/src


Ignore:
Timestamp:
2006-06-13T14:26:44Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3222efd
Parents:
279952c
Message:

Kernel doxygen comments updated.

Location:
arch/ppc64/src
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc64/src/cpu/cpu.c

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup ppc64cpu ppc64
     30 * @ingroup cpu
     31 * @{
     32 */
     33/** @file
     34 */
     35
    2936#include <arch/cpu.h>
    3037#include <arch/cpuid.h>
     
    5360        printf("cpu%d: version=%d, revision=%d\n", m->id, m->arch.version, m->arch.revision);
    5461}
     62
     63 /** @}
     64 */
     65
  • arch/ppc64/src/ddi/ddi.c

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup ppc64ddi ppc64
     30 * @ingroup ddi
     31 * @{
     32 */
     33/** @file
     34 */
     35
    2936#include <ddi/ddi.h>
    3037#include <proc/task.h>
     
    4653        return 0;
    4754}
     55
     56 /** @}
     57 */
     58
  • arch/ppc64/src/interrupt.c

    r279952c rb45c443  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup ppc64interrupt ppc64
     30 * @ingroup interrupt
     31 * @{
     32 */
     33/** @file
    2734 */
    2835
     
    6572        /* TODO */
    6673}
     74
     75 /** @}
     76 */
     77
  • arch/ppc64/src/mm/as.c

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup ppc64mm ppc64
     30 * @ingroup mm
     31  * @{
     32 */
     33/** @file
     34 * @ingroup ppc64
     35 */
     36
    2937#include <arch/mm/as.h>
    3038#include <genarch/mm/as_pt.h>
     
    3543        as_operations = &as_pt_operations;
    3644}
     45
     46 /** @}
     47 */
     48
  • arch/ppc64/src/mm/frame.c

    r279952c rb45c443  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup ppc64mm       
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    6167       
    6268}
     69
     70 /** @}
     71 */
     72
  • arch/ppc64/src/mm/memory_init.c

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup ppc64mm       
     30 * @{
     31 */
     32/** @file
     33 */
     34
    2935#include <arch/boot/boot.h>
    3036#include <arch/mm/memory_init.h>
     
    4652                printf("base: %#x size: %#x\n", bootinfo.memmap.zones[i].start, bootinfo.memmap.zones[i].size);
    4753}
     54
     55 /** @}
     56 */
     57
  • arch/ppc64/src/mm/page.c

    r279952c rb45c443  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup ppc64mm       
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    297303        return virtaddr;
    298304}
     305
     306 /** @}
     307 */
     308
  • arch/ppc64/src/mm/tlb.c

    r279952c rb45c443  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup ppc64mm       
     30 * @{
     31 */
     32/** @file
    2733 */
    2834
     
    7682{
    7783}
     84
     85 /** @}
     86 */
     87
  • arch/ppc64/src/ppc64.c

    r279952c rb45c443  
    2525 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
     27 */
     28
     29 /** @addtogroup ppc64 
     30 * @ingroup others
     31 * @{
     32 */
     33/** @file
    2734 */
    2835
     
    104111{
    105112}
     113
     114 /** @}
     115 */
     116
  • arch/ppc64/src/proc/scheduler.c

    r279952c rb45c443  
    2727 */
    2828
     29 /** @addtogroup ppc64proc ppc64
     30 * @ingroup proc
     31 * @{
     32 */
     33/** @file
     34 */
     35
    2936#include <arch/mm/page.h>
    3037#include <arch/boot/boot.h>
     
    5360{
    5461}
     62
     63 /** @}
     64 */
     65
Note: See TracChangeset for help on using the changeset viewer.